concepts.dm.crow.action.CrowActionConditionSuite#

class CrowActionConditionSuite[source]#

Bases: CrowActionBodySuiteBase

Methods

Attributes

statements

The statements in a action body suite.

condition

The condition of the action body suite.

__init__(condition, statements)[source]#
Parameters:
__new__(**kwargs)#
condition: ValueOutputExpression#

The condition of the action body suite.

property statements: Tuple[CrowActionBodyPrimitiveBase | CrowActionBodySuiteBaseCrowControllerApplicationExpression | ListExpansionExpression, ...]#

The statements in a action body suite.