class ExpressionFunctionCall(Expression): (source)
Method | __call__ |
Evaluate the expression @param dict: the context with parameter values |
Method | __eq__ |
Undocumented |
Method | __init__ |
Constuctor @param param: an ExpressionParameter that refers the function @param args: an ExpressionList with arguments |
Method | pprint |
Print the expression hierarchy |
Method | wrap_object |
Find a suitable wrapper that exposes safe methods for a given object |
Class Variable | __slots__ |
Undocumented |
Instance Variable | args |
Undocumented |
Instance Variable | param |
Undocumented |
Inherited from Expression
:
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Parameters | |
param | an ExpressionParameter that refers the function |
args | an ExpressionList with arguments |