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
|
|||
|
__init__(self) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| bytesRead(self) | ||
| userSaidStop(self) | ||
|
read(self,
fh) reads the next line |
||
Inherited from |
|
|||
Inherited from |
|
|
|
|
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.0alpha3 on Wed Aug 29 19:07:52 2007 | http://epydoc.sourceforge.net |