concepts.dm.crow.behavior.CrowBehaviorBodySuiteBase#

class CrowBehaviorBodySuiteBase[source]#

Bases: object

Methods

Attributes

statements

The statements in a behavior body suite.

__init__(statements)[source]#
Parameters:

statements (Sequence[CrowBehaviorBodyPrimitiveBase | CrowBehaviorBodySuiteBaseCrowControllerApplicationExpression | ListExpansionExpression])

__new__(**kwargs)#
property statements: Tuple[CrowBehaviorBodyPrimitiveBase | CrowBehaviorBodySuiteBaseCrowControllerApplicationExpression | ListExpansionExpression, ...]#

The statements in a behavior body suite.