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

Class Output

TransformSpec --+
                |
               Output

Known Subclasses:
FileOutput, NullOutput, StringOutput

Abstract base class for output wrappers.
Method Summary
  __init__(self, destination, destination_path, encoding, error_handler)
  __repr__(self)
  encode(self, data)
  write(self, data)

Class Variable Summary
str component_type = 'output'
NoneType default_destination_path = None                                                                  
    Inherited from TransformSpec
tuple default_transforms = ()

Class Variable Details

component_type

Type:
str
Value:
'output'                                                               

default_destination_path

Type:
NoneType
Value:
None                                                                  

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