class documentation

class BoundExpressionFunction(ExpressionFunction): (source)

View In Hierarchy

Wrapper used by ExpressionFunction when used as a decorator for object methods.
Method __call__ Undocumented
Method __init__ Constructor @param func: the actual function
Instance Variable _func Undocumented
Instance Variable _obj Undocumented

Inherited from ExpressionFunction:

Method __eq__ Undocumented
Method __get__ Undocumented
Method __repr__ Undocumented
def __call__(self, *a): (source)
def __init__(self, obj, func): (source)
Constructor
Parameters
objUndocumented
functhe actual function
_obj = (source)

Undocumented