concepts.dsl.expression.ListFunctionApplicationExpression#
- class ListFunctionApplicationExpression[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)[source]#
- Parameters:
function (Function)
arguments (Iterable[ObjectOrValueOutputExpression])
- __new__(**kwargs)#
- check_arguments()#
- arguments: Tuple[ObjectOrValueOutputExpression, ...]#
The list of arguments to the function.