class documentation

class ExpressionFunction(object): (source)

Known subclasses: zim.templates.expression.BoundExpressionFunction

View In Hierarchy

Wrapper for methods and functions that whitelists functions to be called from expressions

Can be used as a decorator.

Method __call__ Undocumented
Method __eq__ Undocumented
Method __get__ Undocumented
Method __init__ Constructor @param func: the actual function
Method __repr__ Undocumented
Instance Variable _func Undocumented
def __call__(self, *a): (source)
def __eq__(self, other): (source)

Undocumented

def __get__(self, instance, owner): (source)

Undocumented

def __init__(self, func): (source)
Constructor
Parameters
functhe actual function
def __repr__(self): (source)

Undocumented