| 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
| Instance Methods | |||
| a new object with type S, a subtype of T |
|
||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:35 2009 | http://epydoc.sourceforge.net |