cobra.core.singleton#

Define the singleton meta class.

Classes#

Singleton

Implementation of the singleton pattern as a 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.