concepts.dm.crow.action.CrowActionApplicationExpression#
- class CrowActionApplicationExpression[source]#
Bases:
CrowActionBodyPrimitiveBase
Methods
Attributes
The action to be applied.
The arguments of the controller application.
- __init__(action, arguments)[source]#
- Parameters:
action (CrowAction) –
arguments (Sequence[ObjectOrValueOutputExpression]) –
- __new__(**kwargs)#
- action: CrowAction#
The action to be applied.
- arguments: Tuple[ObjectOrValueOutputExpression, ...]#
The arguments of the controller application.