| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Parser
is an object that routes events.
It is constructed with up to three functions for handling start, value, and end events; these would override methods start_, end_, or value_. Thus, you can simply implement when inheriting from Parser. In that case, no call the the constructor is necessary (i.e., Parser works as a mixin as well).
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
__implemented__ = <implementedBy gavo.base.common.Parser>
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |