| Trees | Indices | Help |
|
|---|
|
|
object --+
|
type --+
|
Singleton
Metaclass that ensures only a single instance of a class is ever created.
This is accomplished by storing the first instance created as an attribute of the class itself, then checking that attribute for later constructor calls.
|
|||
| the object's type |
|
||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
x(...)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:34 2011 | http://epydoc.sourceforge.net |