ATLAS Offline Software
Public Member Functions | Static Public Attributes | Static Private Attributes | List of all members
python.Enums.Format Class Reference
Inheritance diagram for python.Enums.Format:
Collaboration diagram for python.Enums.Format:

Public Member Functions

def __eq__ (self, other)
 

Static Public Attributes

 BS
 
 POOL
 

Static Private Attributes

 __hash__
 

Detailed Description

Definition at line 39 of file Enums.py.

Member Function Documentation

◆ __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)}")
10  return self is other
11 

Member Data Documentation

◆ __hash__

python.Enums.FlagEnum.__hash__
staticprivateinherited

Definition at line 12 of file Enums.py.

◆ BS

python.Enums.Format.BS
static

Definition at line 40 of file Enums.py.

◆ POOL

python.Enums.Format.POOL
static

Definition at line 41 of file Enums.py.


The documentation for this class was generated from the following file: