concepts.dsl.expression.ImpliesExpression#
- class ImpliesExpression[source]#
Bases:
BoolExpression
Methods
cached_string
([max_length])Attributes
The boolean operation.
The list of arguments.
- OpType#
alias of
BoolOpType
- __init__(lhs, rhs)[source]#
- Parameters:
lhs (ValueOutputExpression)
rhs (ValueOutputExpression)
- __new__(**kwargs)#
- check_arguments()#
- arguments: Tuple[ValueOutputExpression, ValueOutputExpression]#
The list of arguments.
- bool_op: BoolOpType#
The boolean operation. Must be
BoolOpType.IMPLIES
.