|
| str | BS = 'BS' |
| str | POOL = 'POOL' |
Definition at line 39 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 |
◆ BS
| str python.Enums.Format.BS = 'BS' |
|
static |
◆ POOL
| str python.Enums.Format.POOL = 'POOL' |
|
static |
The documentation for this class was generated from the following file: