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