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 x.__class__.__doc__ 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 Wed Jun 9 23:05:07 2010 | http://epydoc.sourceforge.net |