规整 python 接口

This commit is contained in:
fasiondog 2020-07-15 00:29:27 +08:00
parent bc91c80034
commit 320605423e

View File

@ -39,6 +39,8 @@ System.SLIPPAGE = System.Part.SLIPPAGE
System.INVALID = System.Part.INVALID
SystemList.__getitem__ = list_getitem
SystemList.__str__ = lambda self: str(list(self))
SystemList.__repr__ = lambda self: repr(list(self))
#SystemPart = System.Part