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