ATLAS Offline Software
Loading...
Searching...
No Matches
python.tests.xcode Class Reference
Collaboration diagram for python.tests.xcode:

Public Member Functions

 __init__ (self, f)

Public Attributes

 co_firstlineno = f.__code__.co_firstlineno

Detailed Description

Constructor & Destructor Documentation

◆ __init__()

python.tests.xcode.__init__ ( self,
f )

Definition at line 1034 of file DataQuality/DQDefects/python/tests/__init__.py.

1034 def __init__(self, f):
1035 self.co_firstlineno = f.__code__.co_firstlineno
1036 def mungline (f):

Member Data Documentation

◆ co_firstlineno

python.tests.xcode.co_firstlineno = f.__code__.co_firstlineno

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