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)
| |
reads the next line |
Method Details |
---|
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 |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jan 13 15:23:06 2006 | http://epydoc.sf.net |