class ExpressionFunction(object): (source)
Known subclasses: zim.templates.expression.BoundExpressionFunction
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 |
zim.templates.expression.BoundExpressionFunction| Parameters | |
| func | the actual function |