Contents:
Singleton
Singleton._instances
Bases: type
type
Metaclass implementing the Singleton pattern.
This metaclass ensures that only one instance of a class is created and shared among all instances.
Dictionary holding the unique instances of each class.
dict