Definition at line 39 of file Enums.py.
◆ __eq__()
def 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)}")
◆ __hash__
python.Enums.FlagEnum.__hash__ |
|
staticprivateinherited |
◆ BS
◆ POOL
The documentation for this class was generated from the following file: