concepts.dsl.expression.BoolExpression#
- class BoolExpression[source]#
Bases:
ValueOutputExpression
Methods
cached_string
([max_length])Attributes
The boolean operation.
The list of arguments.
- OpType#
alias of
BoolOpType
- __init__(bool_op_type, arguments)[source]#
- Parameters:
bool_op_type (BoolOpType)
arguments (Sequence[ValueOutputExpression])
- __new__(**kwargs)#
- check_arguments()#
- arguments: Tuple[ValueOutputExpression, ...]#
The list of arguments.
- bool_op: BoolOpType#
The boolean operation. Can be AND, OR, NOT, XOR, IMPLIES.