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

Public Member Functions

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

Public Attributes

 value
 

Detailed Description

Definition at line 19 of file ParameterDbFiller.py.

Constructor & Destructor Documentation

◆ __init__()

def python.ParameterDbFiller.ParameterDbFillerError.__init__ (   self,
  value 
)

Definition at line 20 of file ParameterDbFiller.py.

20  def __init__(self, value):
21  self.value = value

Member Function Documentation

◆ __str__()

def python.ParameterDbFiller.ParameterDbFillerError.__str__ (   self)

Definition at line 22 of file ParameterDbFiller.py.

22  def __str__(self):
23  return repr(self.value)
24 
25 

Member Data Documentation

◆ value

python.ParameterDbFiller.ParameterDbFillerError.value

Definition at line 21 of file ParameterDbFiller.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