concepts.dm.crow.action.CrowActionBodySuiteBase#

class CrowActionBodySuiteBase[source]#

Bases: object

Methods

Attributes

statements

The statements in a action body suite.

__init__(statements)[source]#
Parameters:

statements (Sequence[CrowActionBodyPrimitiveBase | CrowActionBodySuiteBaseCrowControllerApplicationExpression | ListExpansionExpression]) –

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

The statements in a action body suite.