ATLAS Offline Software
Loading...
Searching...
No Matches
python.TaskManager.DbParam Class Reference
Inheritance diagram for python.TaskManager.DbParam:
Collaboration diagram for python.TaskManager.DbParam:

Public Types

typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type result

Public Member Functions

 __init__ (self, value)
 __repr__ (self)

Public Attributes

 value = value

Detailed Description

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

Definition at line 112 of file TaskManager.py.

Member Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 114 of file TaskManager.py.

114 def __init__(self,value):
115 self.value = value

Member Function Documentation

◆ __repr__()

python.TaskManager.DbParam.__repr__ ( self)

Definition at line 116 of file TaskManager.py.

116 def __repr__(self):
117 return '%r' % self.value
118
119

Member Data Documentation

◆ value

python.TaskManager.DbParam.value = value

Definition at line 115 of file TaskManager.py.


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