Definition at line 92 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 |
◆ FILLPARAMS
python.Enums.BunchStructureSource.FILLPARAMS |
|
static |
◆ Lumi
python.Enums.BunchStructureSource.Lumi |
|
static |
◆ MC
python.Enums.BunchStructureSource.MC |
|
static |
◆ TrigConf
python.Enums.BunchStructureSource.TrigConf |
|
static |
The documentation for this class was generated from the following file: