class documentation
class ParentMixin(Generic[
Mixin for an UaObject that have and need another UaObject as a parent to function.
For example, parents are required to check for Lock ownership when an UaObject does not have a lock itself.
| Method | parent |
Undocumented |
| Property | parent |
Parent of this UaObject instance. |
| Property | root |
Root parent (=a machine) of this UaObject. |
| Instance Variable | __parent |
Undocumented |
| Instance Variable | _logger |
Undocumented |