Home | Trees | Indices | Help |
---|
|
object --+ | LineReader
Read a line from a file
The line is stripped of whitespaces at the start and the end of the line and stored in a variable self.line
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
reads the next line fh - filehandle to read from Return value: False if the end of the file was reached. True otherwise |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Apr 14 16:10:25 2012 | http://epydoc.sourceforge.net |