yr.affinity.OperatorType

Contents

yr.affinity.OperatorType#

class yr.affinity.OperatorType(value)[source]#

Bases: Enum

Enum for the types of label operators. This enum defines the different types of label operators that can be used for affinity.

Attributes

LABEL_IN

Represents the "label in" operator.

LABEL_NOT_IN

Represents the "label not in" operator.

LABEL_EXISTS

Represents the "label exists" operator.

LABEL_NOT_EXISTS

Represents the "label not exists" operator.