concepts.dm.crow.action.CrowAssertExpression#

class CrowAssertExpression[source]#

Bases: CrowActionBodyPrimitiveBase

Methods

Attributes

bool_expr

The boolean expression of the assert expression.

__init__(bool_expr)[source]#
Parameters:

bool_expr (ValueOutputExpression) –

__new__(**kwargs)#
bool_expr: ValueOutputExpression#

The boolean expression of the assert expression.