concepts.dm.crow.behavior.CrowBehaviorApplicationExpression#
- class CrowBehaviorApplicationExpression[source]#
Bases:
CrowBehaviorBodyPrimitiveBase
Methods
Attributes
- __init__(behavior, arguments)[source]#
- Parameters:
behavior (CrowBehavior)
arguments (Sequence[ObjectOrValueOutputExpression])
- __new__(**kwargs)#
- arguments: Tuple[ObjectOrValueOutputExpression, ...]#
The arguments of the controller application.
- behavior: CrowBehavior#
The behavior to be applied.