Cortex
10.0.0-a4
|
Implements the Formatter interface in a very simple form, just outputting text with word wrapping to a file object. More...
Inherits Formatter.
Public Member Functions | |
def | __init__ |
def | heading (self, name) |
def | paragraph (self, text) |
def | indent (self) |
def | unindent (self) |
Implements the Formatter interface in a very simple form, just outputting text with word wrapping to a file object.