yr.affinity.OperatorType#
- class yr.affinity.OperatorType(value)[source]#
Bases:
EnumEnum for the types of label operators. This enum defines the different types of label operators that can be used for affinity.
Attributes
Represents the "label in" operator.
Represents the "label not in" operator.
Represents the "label exists" operator.
Represents the "label not exists" operator.