Home | Trees | Indices | Help |
|
---|
|
object --+ | MetaBuilder
A base class for meta builders.
Builders are passed to a MetaItem's traverse method or to MetaMixin's buildRepr method to build representations of the meta information.
You can override startKey, endKey, and enterValue. If you are not doing anything fancy, you can get by by just overriding enterValue and inspecting curAtoms[-1] (which contains the last meta key).
You will want to override getResult.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |