concepts.dm.crow.behavior.CrowAssertExpression#

class CrowAssertExpression[source]#

Bases: CrowBehaviorBodyPrimitiveBase

Methods

Attributes

op_str

bool_expr

The boolean expression of the assert expression.

once

Whether the assert should be checked only once.

__init__(bool_expr, once=True)[source]#
Parameters:
__new__(**kwargs)#
bool_expr: ValueOutputExpression#

The boolean expression of the assert expression.

once: bool#

Whether the assert should be checked only once.

property op_str#