smartinspectpython.sienumcomparable

class SIEnumComparable(enum.Enum):

Class used to compare Enum objects without having to specify ".value" on the end of the enum name.

SIEnumComparable(other)

Initializes a new instance of the class.

Arguments:
  • other (object): Object to compare with this object.