class documentation

class LineReader(object): (source)

View In Hierarchy

Reads a file line by line
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
def __init__(self, filename): (source)

Undocumented

def close(self): (source)

Undocumented

def currentline(self): (source)
Get the current line
def finished(self): (source)
Find out if the file is finished
def nextline(self): (source)
Go to next line
def readline(self): (source)
Read a line from elyxer.file
def setend(self, lastline): (source)
Set the last line to read.
def setstart(self, firstline): (source)
Set the first line to read.
current = (source)

Undocumented

depleted: bool = (source)

Undocumented

file = (source)

Undocumented

lastline = (source)

Undocumented

linenumber = (source)

Undocumented

mustread: bool = (source)

Undocumented