BaseElementAdapterList
Canonical path: NemAll_Python_IFW_ElementAdapter.BaseElementAdapterList
Implementation of the base element adapter list
The BaseElementAdapterList is a general container for the BaseElementAdapter
Methods:
-
__getitem__
–Get the item for the index
-
__iadd__
–Add elements to the list
-
__init__
–Overloaded function. See individual overloads.
-
__iter__
–Get the iterator
-
__len__
–Get the length of the list
-
__repr__
–Get a string from the list items
-
append
–Append an element
-
clear
–Clear the list
__iadd__
__iadd__(elements: BaseElementAdapterList) -> BaseElementAdapterList
__init__
overloaded
append
append(element: BaseElementAdapter)
Placeholder