concepts.dsl.expression.NotExpression#
- class NotExpression[source]#
Bases:
BoolExpression
Methods
cached_string
([max_length])Attributes
The boolean operation.
The list of arguments.
- OpType#
alias of
BoolOpType
- __init__(arg)[source]#
- Parameters:
arg (ValueOutputExpression)
- __new__(**kwargs)#
- check_arguments()#
- arguments: Tuple[ValueOutputExpression]#
The list of arguments. Must contain exactly one argument.
- bool_op: BoolOpType#
The boolean operation. Must be
BoolOpType.NOT
.