Module formatter :: Class NullWriter
[hide private]
[frames] | no frames]

_ClassType NullWriter

Known Subclasses:

Minimal writer interface to use in testing & inheritance.

A writer which only provides the interface definition; no actions are taken on any methods. This should be the base class for all writers which do not need to inherit any implementation methods.

Instance Methods [hide private]
 
__init__(self)
 
flush(self)
 
new_alignment(self, align)
 
new_font(self, font)
 
new_margin(self, margin, level)
 
new_spacing(self, spacing)
 
new_styles(self, styles)
 
send_paragraph(self, blankline)
 
send_line_break(self)
 
send_hor_rule(self, *args, **kw)
 
send_label_data(self, data)
 
send_flowing_data(self, data)
 
send_literal_data(self, data)