concepts.dm.crow.action.CrowBindExpression#

class CrowBindExpression[source]#

Bases: CrowActionBodyPrimitiveBase

Methods

Attributes

variables

The variables to bind.

goal

The goal of the bind expression.

__init__(variables, goal)[source]#
Parameters:
__new__(**kwargs)#
goal: ValueOutputExpression | CrowGeneratorApplicationExpression#

The goal of the bind expression.

variables: Tuple[Variable, ...]#

The variables to bind.