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 Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |