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'
|
__call__(self,
str)
(Call operator)
Filter the output by running it through HTML Tidy.
-
|
tidy
-
- Type:
-
str
- Value:
'tidy -q -wrap 79 --indent auto'
|
|