Package Jobber :: Module logfile :: Class LogFile
[hide private]
[frames] | no frames]

Class LogFile

source code

object --+
         |
        LogFile

Instance Methods [hide private]
 
__init__(self, status, logfilename)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getFilename(self) source code
 
hasContents(self) source code
 
getStatus(self) source code
 
getFile(self) source code
 
getText(self) source code
 
readlines(self) source code
 
getLines(self) source code
 
generate_lines(self, f, offset, remaining) source code
 
write(self, text) source code
 
msg(self, text) source code
 
finish(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, status, logfilename)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)