aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-01-02 11:10:22 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-02 22:05:15 +0100
commitdf7dcf48f31c7bf393ce3c85f37d4db3c3761adb (patch)
treeff0451502ae14c149e59d46bac833e2171c5255e /pyGHDL/libghdl/vhdl
parentdb6cb88c1ce9de8e1fdc9bd0f983ea09dbc78ca0 (diff)
downloadghdl-df7dcf48f31c7bf393ce3c85f37d4db3c3761adb.tar.gz
ghdl-df7dcf48f31c7bf393ce3c85f37d4db3c3761adb.tar.bz2
ghdl-df7dcf48f31c7bf393ce3c85f37d4db3c3761adb.zip
Added '@export' to list public interface items in '__all__'.
(cherry picked from commit 17fa10f71a50c2441115459df8d656acdb337f6e)
Diffstat (limited to 'pyGHDL/libghdl/vhdl')
-rw-r--r--pyGHDL/libghdl/vhdl/lists.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyGHDL/libghdl/vhdl/lists.py b/pyGHDL/libghdl/vhdl/lists.py
index 5b4a389e2..efb5b4ea9 100644
--- a/pyGHDL/libghdl/vhdl/lists.py
+++ b/pyGHDL/libghdl/vhdl/lists.py
@@ -42,6 +42,7 @@ from pyGHDL.libghdl import libghdl
List_Type = c_int32
+@export
class Iterator(Structure):
_fields_ = [("chunk", c_int32), ("chunk_idx", c_int32), ("remain", c_int32)]