class documentation

class FunctionFilter(Filter): (source)

View In Hierarchy

Abstract class used by `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
def __init__(self, **options): (source)

Undocumented

def filter(self, lexer, stream): (source)

Undocumented

function = (source)

Undocumented