Module#
- class Module(params=None, **kwargs)#
Bases:
objectModule to which the data-manager delegates some functionality.
- Parameters:
params (t.Any | None)
- __weakref__#
list of weak references to the object
- _allow_instantiation_failure: bool = True#
Whether exception will be raised or not during instantiation.
- setup()#
Initialize module.
- Return type:
None