| Home | Trees | Index | Help |
|---|
| Package pyre :: Package applications :: Module Registrar :: Class Registrar |
|
object--+ |Singleton--+ | Registrar
| Method Summary | |
|---|---|
constructor substitute for initializing the singleton | |
| Inherited from Singleton | |
(Static method) | |
| 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 Tue May 4 16:58:14 2004 | http://epydoc.sf.net |