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.
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu May 7 11:46:16 2009 | http://epydoc.sourceforge.net |