| Home | Trees | Indices | Help |
|
|---|
|
|
A grammar that imports a user-defined module and takes the RowIterator from there.
The module has to define a RowIterator derived from CustomRowIterator. It may define a function makeDataPack receiving the grammar as its argument and returning anything. This anything will then be available as self.grammar.dataPack to the row iterator. Use this for expensive, one-time preparations your row iterator has to perform.
| Classes | |
|
CustomGrammar A Grammar with a user-defined row iterator taken from a module. |
|
|
CustomRowIterator is a base class for custom row iterators. |
|
| Functions | |||
|
|||
| Variables | |
__package__ =
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |