concepts.dm.crow.action.CrowRuntimeAssignmentExpression#

class CrowRuntimeAssignmentExpression[source]#

Bases: CrowActionBodyPrimitiveBase

Methods

Attributes

variable

The variable to assign.

value

The value to assign.

__init__(variable, value)[source]#
Parameters:
__new__(**kwargs)#
value: ValueOutputExpression#

The value to assign.

variable: Variable#

The variable to assign.