ATLAS Offline Software
Loading...
Searching...
No Matches
python.utils.AtlRunQueryUtils.Enumerate Class Reference
Inheritance diagram for python.utils.AtlRunQueryUtils.Enumerate:
Collaboration diagram for python.utils.AtlRunQueryUtils.Enumerate:

Public Member Functions

 __init__ (self, names)

Detailed Description

Definition at line 42 of file AtlRunQueryUtils.py.

Constructor & Destructor Documentation

◆ __init__()

python.utils.AtlRunQueryUtils.Enumerate.__init__ ( self,
names )

Definition at line 43 of file AtlRunQueryUtils.py.

43 def __init__(self, names):
44 for number, name in enumerate(names.split()):
45 setattr(self, name, number)
46

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