Home | Trees | Indices | Help |
---|
|
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
|
|||
Inherited from |
|
|||
|
|
|||
__instance =
|
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:09:13 2008 | http://epydoc.sourceforge.net |