Singleton

Inheritance:

Methods of Singleton:

__call__
def __call__(cls, *args, **kw)

Undocumented function.

__init__
def __init__(cls, name, bases, dic)

Undocumented function.