Home | Trees | Indices | Help |
|
---|
|
object --+ | RowIterator --+ | FileRowIterator
is a RowIterator base for RowIterators reading files.
It analyzes the sourceToken to see if it's a string, in which case it opens it as a file name and leaves the file object in self.inputFile.
Otherwise, it assumes sourceToken already is a file object and binds it to self.inputFile. It then tries to come up with a sensible designation for sourceToken.
It also inspects the parent grammar for a gunzip attribute. If it is present and true, the input file will be unzipped transparently.
Instance Methods | |||
|
|||
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from 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 |