class FilteredOutput(ContentsOutput):
Method | __init__ |
Initialize the filters. |
Method | addfilter |
Add a new filter: replace the original by the replacement. |
Method | filter |
Filter a single line with all available filters. |
Method | gethtml |
Return the HTML code |
Instance Variable | filters |
Undocumented |
Inherited from ContainerOutput
(via ContentsOutput
):
Method | isempty |
Decide if the output is empty: by default, not empty. |