| 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 x.__class__.__doc__ for signature
|
x(...)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 14 12:01:43 2010 | http://epydoc.sourceforge.net |