Package docutils :: Module io :: Class StringInput
[show private | hide private]
[frames | no frames]

Class StringInput

TransformSpec --+    
                |    
            Input --+
                    |
                   StringInput


Direct string input.
Method Summary
  read(self)
Decode and return the source string.
    Inherited from Input
  __init__(self, source, source_path, encoding)
  __repr__(self)
  decode(self, data)
Decode a string, data, heuristically.

Class Variable Summary
str default_source_path = '<string>'
    Inherited from Input
str component_type = 'input'
    Inherited from TransformSpec
tuple default_transforms = ()

Method Details

read(self)

Decode and return the source string.
Overrides:
docutils.io.Input.read

Class Variable Details

default_source_path

Type:
str
Value:
'<string>'                                                             

Generated by Epydoc 2.0 on Tue Jul 22 05:30:43 2003 http://epydoc.sf.net