Home | Trees | Indices | Help |
|
---|
|
object --+ | core.Publisher --+ | LineRecordParser
A configurable Parser that understands how to parse line based records.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
Constructor. fh - a valid, open file handle to line based record data.
|
This is the callback method invoked for every line considered valid by the line parser's settings. It is usually over-ridden by base classes to provide specific line parsing and line skipping logic. Any line can be vetoed (not passed to registered Subscriber objects) by simply returning None. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jan 21 23:41:06 2009 | http://epydoc.sourceforge.net |