Home | Trees | Index | Help |
|
---|
Package docutils :: Module io :: Class FileOutput |
|
TransformSpec
--+ |Output
--+ | FileOutput
Method Summary | |
---|---|
| |
close(self)
| |
open(self)
| |
Encode data , write it to a single file, and return it. | |
Inherited from Output | |
| |
|
Class Variable Summary | |
---|---|
Inherited from Output | |
str |
component_type = 'output'
|
NoneType |
default_destination_path = None |
Inherited from TransformSpec | |
tuple |
default_transforms = ()
|
Method Details |
---|
__init__(self,
destination=None,
destination_path=None,
encoding=None,
error_handler='strict',
autoclose=1)
|
write(self, data)Encodedata , write it to a single file, and return it.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Jul 22 05:30:39 2003 | http://epydoc.sf.net |