Module multifile :: Class MultiFile
[hide private]
[frames] | no frames]

_ClassType MultiFile

Instance Methods [hide private]
 
__init__(self, fp, seekable=1)
 
tell(self)
 
seek(self, pos, whence=0)
 
readline(self)
 
readlines(self)
 
read(self)
 
next(self)
 
push(self, sep)
 
pop(self)
 
is_data(self, line)
 
section_divider(self, str)
 
end_marker(self, str)
Class Variables [hide private]
  seekable = 0