| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
EntryWriter
A simple stream writer. The best way to use it is:
with EntryWriter(output_file, close=True) as out:
out.write(object)
In this way the stream is automatically closed at the end of the block.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
| autoclose | |
| newline | |
| stream |
stream Destination stream |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Write all
|
| Property Details |
autoclose
|
newline
|
streamDestination stream
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 22:25:23 2013 | http://epydoc.sourceforge.net |