class documentation

class FilteredOutput(ContentsOutput):

View In Hierarchy

Returns the output in the contents, but filtered:
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.
def __init__(self):
Initialize the filters.
def addfilter(self, original, replacement):
Add a new filter: replace the original by the replacement.
def filter(self, line):
Filter a single line with all available filters.
def gethtml(self, container):
filters: list =

Undocumented