Home | Trees | Indices | Help |
|
---|
|
object --+ | Rowmaker
A callable that arranges for the mapping of key/value pairs to other key/value pairs.
Within DaCHS, Rowmakers generate database rows (and parameter dictionaries) from the output of grammars.
They are constructed with the source of the mapping function, a dictionary of globals the function should see, a dictionary of defaults, giving keys to be inserted into the incoming rowdict before the mapping function is called, and a map of line numbers to names handled in that line.
It is called with a dictionary of locals for the functions (i.e., usually the result of a grammar iterRows).
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 |