Package PyFoam :: Package Basics :: Module LineReader :: Class LineReader
[show private | hide private]
[frames | no frames]

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.line
Method Summary
  __init__(self)
  read(self, fh)
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

Generated by Epydoc 2.1 on Mon Feb 6 22:31:22 2006 http://epydoc.sf.net