Singleton
Bases: type
Metaclass implementing the Singleton design pattern.
Classes using this metaclass will only ever have one instance. Any attempt to instantiate the class again returns the same previously created object.
·
©
Bases: type
Metaclass implementing the Singleton design pattern.
Classes using this metaclass will only ever have one instance. Any attempt to instantiate the class again returns the same previously created object.
·
©
On this page: