Home | Trees | Index | Help |
|
---|
Package docutils :: Module io :: Class FileInput |
|
TransformSpec
--+ |Input
--+ | FileInput
Method Summary | |
---|---|
| |
close(self)
| |
Read and decode a single file and return the data. | |
Inherited from Input | |
| |
Decode a string, data , heuristically. |
Class Variable Summary | |
---|---|
Inherited from Input | |
str |
component_type = 'input'
|
NoneType |
default_source_path = None |
Inherited from TransformSpec | |
tuple |
default_transforms = ()
|
Method Details |
---|
__init__(self,
source=None,
source_path=None,
encoding=None,
autoclose=1)
|
read(self)Read and decode a single file and return the data.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Jul 22 05:30:25 2003 | http://epydoc.sf.net |