ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArHVMapDbFiller.LArHVMapDbFillerError Class Reference
Inheritance diagram for LArHVMapDbFiller.LArHVMapDbFillerError:
Collaboration diagram for LArHVMapDbFiller.LArHVMapDbFillerError:

Public Member Functions

def __init__ (self, value)
 
def __str__ (self)
 

Public Attributes

 value
 

Detailed Description

Definition at line 17 of file LArHVMapDbFiller.py.

Constructor & Destructor Documentation

◆ __init__()

def LArHVMapDbFiller.LArHVMapDbFillerError.__init__ (   self,
  value 
)

Definition at line 18 of file LArHVMapDbFiller.py.

18  def __init__(self, value):
19  self.value = value

Member Function Documentation

◆ __str__()

def LArHVMapDbFiller.LArHVMapDbFillerError.__str__ (   self)

Definition at line 20 of file LArHVMapDbFiller.py.

20  def __str__(self):
21  return repr(self.value)
22 
23 

Member Data Documentation

◆ value

LArHVMapDbFiller.LArHVMapDbFillerError.value

Definition at line 19 of file LArHVMapDbFiller.py.


The documentation for this class was generated from the following file:
PyAthena::repr
std::string repr(PyObject *o)
returns the string representation of a python object equivalent of calling repr(o) in python
Definition: PyAthenaUtils.cxx:106
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18