smartinspectpython.sienumcomparable

Module: sienumcomparable.py

Revision History

Date Version Description
2023/05/30 3.0.0.0 Initial Version.

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.