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

Class StringOutput

TransformSpec --+    
                |    
           Output --+
                    |
                   StringOutput


Direct string output.
Method Summary
  write(self, data)
Encode data, store it in self.destination, and return it.
    Inherited from Output
  __init__(self, destination, destination_path, encoding, error_handler)
  __repr__(self)
  encode(self, data)

Class Variable Summary
str default_destination_path = '<string>'
    Inherited from Output
str component_type = 'output'
    Inherited from TransformSpec
tuple default_transforms = ()

Method Details

write(self, data)

Encode data, store it in self.destination, and return it.
Overrides:
docutils.io.Output.write

Class Variable Details

default_destination_path

Type:
str
Value:
'<string>'                                                             

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