class FunctionFilter(Filter):
simplefilter
to create simple
function filters on the fly. The simplefilter
decorator
automatically creates subclasses of this class for
functions passed to it.Method | __init__ |
Undocumented |
Method | filter |
Undocumented |
Class Variable | function |
Undocumented |
Inherited from Filter
:
Instance Variable | options |
Undocumented |