class documentation
class MethodSet(UaObjectContainer[
Constructor: MethodSet()
Collection of methods.
| Method | __init__ |
Initialize the method set synchronously. |
| Async Method | _get |
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 |