Home | Trees | Indices | Help |
|
---|
|
|
|||
| __init__(self, fname, mode='w') | ||
object
|
f(self) Open file only when needed for first time. |
||
|
write(self,
s) Synonym for add_nobreak. |
||
|
writeln(self,
s) Synonym for add. |
||
|
add(self,
s) Add new line to logfile and flush |
||
|
add_nobreak(self,
s) Add new line without creating a linebreak to logfile and flush |
||
|
__del__(self) Close file handle. |
|
|
Open file only when needed for first time.
|
Synonym for add_nobreak.
|
Synonym for add.
|
Add new line to logfile and flush
|
Add new line without creating a linebreak to logfile and flush
|
Close file handle. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:55 2007 | http://epydoc.sourceforge.net |