cobra.core.singleton
Define the singleton meta class.
Module Contents
-
class cobra.core.singleton.Singleton[source]
Bases: type
Implementation of the singleton pattern as a meta class.
-
_instances
-
__call__(*args, **kwargs)[source]
Override an inheriting class’ call.