class documentation

class FunctionFilter(Filter):

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):

Undocumented

def filter(self, lexer, stream):

Undocumented

function =

Undocumented