concepts.dm.crow.behavior.CrowAssertExpression#
- class CrowAssertExpression[source]#
Bases:
CrowBehaviorBodyPrimitiveBase
Methods
Attributes
The boolean expression of the assert expression.
Whether the assert should be checked only once.
- __init__(bool_expr, once=True)[source]#
- Parameters:
bool_expr (ValueOutputExpression)
once (bool)
- __new__(**kwargs)#
- bool_expr: ValueOutputExpression#
The boolean expression of the assert expression.
- property op_str#