module documentation

Mixin for an UaObject that have and need another UaObject as a parent to function.

Class ParentMixin Mixin for an UaObject that have and need another UaObject as a parent to function.
Function _get_generic_type Return the concrete type argument used by cls for generic.
Constant _LOGGER Undocumented
Type Variable _ParentType Undocumented
def _get_generic_type(cls: type[Any], generic: type[Any]) -> type[Any] | None:

Return the concrete type argument used by cls for generic.

_LOGGER: structlog.stdlib.BoundLogger =

Undocumented

Value
structlog.getLogger(__name__)
_ParentType =

Undocumented

Value
TypeVar('_ParentType',
        bound=UaObject)