From 4abeb0683159cdc4482a7f491340bfedf3fe2339 Mon Sep 17 00:00:00 2001 From: eine Date: Sat, 15 Aug 2020 18:07:05 +0200 Subject: python: execute 'black' --- python/libghdl/thin/vhdl/lists.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/libghdl/thin/vhdl/lists.py') diff --git a/python/libghdl/thin/vhdl/lists.py b/python/libghdl/thin/vhdl/lists.py index 8fc180073..bcaecb89b 100644 --- a/python/libghdl/thin/vhdl/lists.py +++ b/python/libghdl/thin/vhdl/lists.py @@ -3,10 +3,10 @@ from ctypes import c_int32, c_bool, POINTER, Structure List_Type = c_int32 + class Iterator(Structure): - _fields_ = [("chunk", c_int32), - ("chunk_idx", c_int32), - ("remain", c_int32)] + _fields_ = [("chunk", c_int32), ("chunk_idx", c_int32), ("remain", c_int32)] + Iterate = libghdl.vhdl__lists__iterate Iterate.argstype = [List_Type] -- cgit v1.2.3