class documentation

class LiteralFile:

Constructor: LiteralFile(size, defered)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method callback Call deferred with data and rest of line
Method write Undocumented
Instance Variable data Undocumented
Instance Variable defer Undocumented
Instance Variable size Undocumented
Class Variable _memoryFileLimit Undocumented
def __init__(self, size, defered):

Undocumented

def callback(self, line):

Call deferred with data and rest of line

def write(self, data):

Undocumented

data =

Undocumented

defer =

Undocumented

size =

Undocumented

_memoryFileLimit =

Undocumented