Home | Trees | Indices | Help |
---|
|
object --+ | BasicFile
File for data output
The format of the file is: one data-set per line Values are separated by tabs
The file is created the first time it is written
|
|||
|
__init__(self,
name) name - name of the file |
||
|
outputAtStart(self) A hook for outputting stuff at the beginning of the file |
||
|
outputAtEnd(self) A hook for outputting stuff at the end of the file |
||
|
outputAtLineEnd(self) A hook for outputting stuff at the end of each line |
||
|
outputAtLineStart(self) A hook for outputting stuff at the start of each line |
||
|
getHandle(self) get the file-handle. |
||
|
writeLine(self,
data) write a data set |
||
|
close(self) close the file |
||
Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
write a data set data - a tuple with the data-set |
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Wed Aug 29 19:07:52 2007 | http://epydoc.sourceforge.net |