A utility class to hold a single parameter to be used in SQL queries.
Definition at line 112 of file TaskManager.py.
◆ __init__()
| python.TaskManager.DbParam.__init__ |
( |
| self, |
|
|
| value ) |
Definition at line 114 of file TaskManager.py.
114 def __init__(self,value):
115 self.value = value
◆ __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
◆ value
| python.TaskManager.DbParam.value = value |
The documentation for this class was generated from the following file: