ATLAS Offline Software
Public Member Functions | List of all members
python.rfio.RFIOError Class Reference
Inheritance diagram for python.rfio.RFIOError:
Collaboration diagram for python.rfio.RFIOError:

Public Member Functions

def __init__ (self, *vargs)
 

Detailed Description

Definition at line 12 of file rfio.py.

Constructor & Destructor Documentation

◆ __init__()

def python.rfio.RFIOError.__init__ (   self,
vargs 
)

Definition at line 13 of file rfio.py.

13  def __init__(self,*vargs):
14  IOError.__init__(self,*vargs)
15 

The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18