| Home | Trees | Index | Help |
|
|---|
| Package pyre :: Package util :: Module Singleton :: Class Singleton |
|
object --+
|
Singleton
Parser,
Registrar| Method Summary | |
|---|---|
__new__(cls,
*args,
**kwds)
(Static method) | |
constructor substitute for initializing the singleton | |
| Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Instance Method Details |
|---|
init(self, *args, **kwds)constructor substitute for initializing the singleton |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Apr 30 12:01:40 2004 | http://epydoc.sf.net |