Package aquarium :: Package filter :: Module Tidy :: Class Tidy
[show private | hide private]
[frames | no frames]

Class Tidy

AquariumClass --+
                |
               Tidy


Filter the output by running it through HTML Tidy.

This is probably prohibitively expensive, but it sure is a cool proof of concept!

The following attributes are used:

tidy
This is the name (or path) of the HTML Tidy executable plus args.

Method Summary
  __call__(self, str)
Filter the output by running it through HTML Tidy.
    Inherited from AquariumClass
  __init__(self, ctx)
Set a reference to ctx.

Class Variable Summary
str tidy = 'tidy -q -wrap 79 --indent auto'

Method Details

__call__(self, str)
(Call operator)

Filter the output by running it through HTML Tidy.


Class Variable Details

tidy

Type:
str
Value:
'tidy -q -wrap 79 --indent auto'                                       

Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 http://epydoc.sf.net