|
| str | pp = "pp" |
| str | HI = "hi" |
| str | HIP = "hip" |
| str | UPC = "upc" |
Definition at line 112 of file Enums.py.
◆ __eq__()
| python.Enums.FlagEnum.__eq__ |
( |
| self, |
|
|
| other ) |
|
inherited |
Definition at line 7 of file Enums.py.
7 def __eq__(self, other):
8 if not isinstance(other, self.__class__):
9 raise TypeError(f"Invalid comparison of {self.__class__} with {type(other)}")
10 return self is other
11
◆ __class__
| python.Enums.FlagEnum.__class__ |
|
privateinherited |
◆ __hash__
| python.Enums.FlagEnum.__hash__ = Enum.__hash__ |
|
staticprivateinherited |
◆ HI
| str python.Enums.HIMode.HI = "hi" |
|
static |
◆ HIP
| str python.Enums.HIMode.HIP = "hip" |
|
static |
◆ pp
| str python.Enums.HIMode.pp = "pp" |
|
static |
◆ UPC
| str python.Enums.HIMode.UPC = "upc" |
|
static |
The documentation for this class was generated from the following file: