class documentation

class Users(UaObjectContainer['User'], ParentMixin['BaseMachineryItem']):

Constructor: Users()

View In Hierarchy

Collection of users.

Method __init__ Initialize the users collection synchronously.
Async Method _get_definition Undocumented

Inherited from UaObjectContainer:

Method __contains__ Whether an object with given name exists in this container.
Method __getattr__ Return a child object by attribute name.
Method __getitem__ Get a UaObject by the given name.
Method __iter__ Iterate over all contained UaObject.
Method __len__ Return the number of contained UaObject.
Method __setitem__ Add a child object by given name.
Instance Variable _children Undocumented
def __init__(self):

Initialize the users collection synchronously.

@override
async def _get_definition(self) -> UaObjectDefinition:

Undocumented