| Home | Trees | Index | Help |
|---|
| Package pyre :: Package units :: Module unitparser :: Class Parser |
|
object--+ |Singleton--+ | Parser
| Method Summary | |
|---|---|
extend(self,
*modules)
| |
constructor substitute for initializing the singleton | |
parse(self,
string)
| |
| 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) | |
| Class Variable Summary | |
|---|---|
Parser |
__it__ = <pyre.units.unitparser.Parser object at 0x24987...
|
| Instance Method Details |
|---|
init(self, *args, **kwds)constructor substitute for initializing the singleton
|
| Class Variable Details |
|---|
__it__
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue May 4 16:58:14 2004 | http://epydoc.sf.net |