concepts.dm.crow.behavior.CrowRuntimeAssignmentExpression#
- class CrowRuntimeAssignmentExpression[source]#
Bases:
CrowBehaviorBodyPrimitiveBase
Methods
Attributes
- __init__(variable, value)[source]#
- Parameters:
variable (Variable)
value (ObjectOrValueOutputExpression)
- __new__(**kwargs)#
- value: ObjectOrValueOutputExpression#
The value to assign.