ParamsManagerAbstract#
- class ParamsManagerAbstract(params=None, **kwargs)#
Bases:
Generic[T_Params],ModuleAbstract Module for parameters management.
- Parameters:
params (t.Any | None)
- __weakref__#
list of weak references to the object
- _allow_instantiation_failure = False#
Whether exception will be raised or not during instantiation.
- _reset_params()#
Reset parameters to their initial state (empty dict).
- Not Implemented:
Implement in a subclass of this module.
- Return type:
None