Class e.c.u.s.Singleton(object):

Part of elisa.core.utils.singleton View In Hierarchy

Implements the Singleton pattern.

Every class inheriting from Singleton will have one and only one instance of its kind at any time.

NOTE: uses __new__ which has been introduced in Python 2.2

Line # Kind Name Docs
34 Method __new__ Undocumented
def __new__(cls, *args, **kwargs):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.