class BoundExpressionFunction(ExpressionFunction): (source)
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 |