class LineReader(object): (source)
Method | __init__ |
Undocumented |
Method | close |
Undocumented |
Method | currentline |
Get the current line |
Method | finished |
Find out if the file is finished |
Method | nextline |
Go to next line |
Method | readline |
Read a line from elyxer.file |
Method | setend |
Set the last line to read. |
Method | setstart |
Set the first line to read. |
Instance Variable | current |
Undocumented |
Instance Variable | depleted |
Undocumented |
Instance Variable | file |
Undocumented |
Instance Variable | lastline |
Undocumented |
Instance Variable | linenumber |
Undocumented |
Instance Variable | mustread |
Undocumented |