concepts.dm.crow.action.CrowActionApplicationExpression#

class CrowActionApplicationExpression[source]#

Bases: CrowActionBodyPrimitiveBase

Methods

Attributes

action

The action to be applied.

arguments

The arguments of the controller application.

__init__(action, arguments)[source]#
Parameters:
__new__(**kwargs)#
action: CrowAction#

The action to be applied.

arguments: Tuple[ObjectOrValueOutputExpression, ...]#

The arguments of the controller application.