cobra.core.singleton

Define the singleton meta class.

Module Contents

Classes

Singleton

Implementation of the singleton pattern as a meta class.

class cobra.core.singleton.Singleton[source]

Bases: type

Implementation of the singleton pattern as a meta class.

_instances[source]
__call__(*args, **kwargs)[source]

Override an inheriting class’ call.