symbrim.core.singleton.Singleton¶
- class symbrim.core.singleton.Singleton(*args: object, **kwargs: dict[str, object])¶
Bases:
object
Makes a class a singleton via inheritance.
Attributes
Methods
__init__
Activate the instance of the class.
Deactivate the instance of the class.
- __weakref__¶
list of weak references to the object (if defined)