artemis.core.singleton

Singleton class to allow creation of singleton objects, where appropriate. Think of Singleton types as data sinks

Module Contents

class artemis.core.singleton.Singleton

Bases: type

_instances
__call__(cls, *args, **kwargs)
reset(cls)
exists(cls)