collections property

collections property

Useful collections for simplification of iterating through STP data.

Definition:

@property
def collections(self):
    ...
@collections.setter
def collections(self, value):
    ...

See Also