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

Class NullInput

TransformSpec --+    
                |    
            Input --+
                    |
                   NullInput


Degenerate input: read nothing.
Method Summary
  read(self)
Return a null 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 = 'null input'
    Inherited from Input
str component_type = 'input'
    Inherited from TransformSpec
tuple default_transforms = ()

Method Details

read(self)

Return a null string.
Overrides:
docutils.io.Input.read

Class Variable Details

default_source_path

Type:
str
Value:
'null input'                                                           

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