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

Public Member Functions

def __init__ (self, value)
 
def __repr__ (self)
 

Public Attributes

 value
 

Detailed Description

A utility class to hold a single parameter to be used in SQL queries.

Definition at line 114 of file TaskManager.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TaskManager.DbParam.__init__ (   self,
  value 
)

Definition at line 116 of file TaskManager.py.

116  def __init__(self,value):
117  self.value = value

Member Function Documentation

◆ __repr__()

def python.TaskManager.DbParam.__repr__ (   self)

Definition at line 118 of file TaskManager.py.

118  def __repr__(self):
119  return '%r' % self.value
120 
121 

Member Data Documentation

◆ value

python.TaskManager.DbParam.value

Definition at line 117 of file TaskManager.py.


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