concepts.dsl.expression.FunctionApplicationExpression#
- class FunctionApplicationExpression[source]#
Bases:
ValueOutputExpression
Function application expression represents the application of a function over a list of arguments.
Methods
cached_string
([max_length])Attributes
The function to be applied.
The list of arguments to the function.
- __init__(function, arguments, batch='mixed')[source]#
- Parameters:
function (Function)
arguments (Iterable[ObjectOrValueOutputExpression])
batch (str)
- __new__(**kwargs)#
- check_arguments()#
- arguments: Tuple[ObjectOrValueOutputExpression, ...]#
The list of arguments to the function.