Singleton
from direct.showbase.PythonUtil import Singleton
Inheritance:
Singleton
:
type
type
:
Methods of Singleton:
__call__
__init__
__call__
def __call__(cls, *args, **kw)
Undocumented function.
__init__
def __init__(cls, name, bases, dic)
Undocumented function.