Home | Trees | Index | Help |
|
---|
Package docutils :: Module io :: Class Input |
|
TransformSpec
--+
|
Input
FileInput
,
NullInput
,
StringInput
Method Summary | |
---|---|
__init__(self,
source,
source_path,
encoding)
| |
__repr__(self)
| |
Decode a string, data , heuristically. | |
read(self)
|
Class Variable Summary | |
---|---|
str |
component_type = 'input'
|
NoneType |
default_source_path = None |
Inherited from TransformSpec | |
tuple |
default_transforms = ()
|
Method Details |
---|
decode(self, data)Decode a string, The client application should call locale.setlocale at the beginning of processing: locale.setlocale(locale.LC_ALL, '') |
Class Variable Details |
---|
component_type
|
default_source_path
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Jul 22 05:31:09 2003 | http://epydoc.sf.net |