Home | Trees | Index | Help |
---|
Package PyFoam :: Package Basics :: Module LineReader :: Class 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.lineMethod Summary | |
---|---|
__init__(self)
| |
Return number of bytes that were already read | |
reads the next line | |
Return whether the reader caught a Keyboard-interrupt |
Method Details |
---|
bytesRead(self)
|
read(self, fh)reads the next line fh - filehandle to read from Return value: False if the end of the file was reached. True otherwise |
userSaidStop(self)
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |