|
|
|
outputAtStart(self)
A hook for outputting stuff at the beginning of the file |
source code
|
|
|
outputAtEnd(self)
A hook for outputting stuff at the end of the file |
source code
|
|
|
outputAtLineEnd(self)
A hook for outputting stuff at the end of each line |
source code
|
|
|
outputAtLineStart(self)
A hook for outputting stuff at the start of each line |
source code
|
|
|
callAtOpen(self)
A hook that gets called when the file is opened |
source code
|
|
|
callAtClose(self)
A hook that gets called when the file is closed |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|