Bind the context value
(self, value, datatype='')
| 270 | self.__exc(chr(3), self.__id + chr(0) + name + chr(0) + value + chr(0) + datatype) |
| 271 | |
| 272 | def context(self, value, datatype=''): |
| 273 | """Bind the context value""" |
| 274 | self.__exc(chr(14), self.__id + chr(0) + value + chr(0) + datatype) |
| 275 | |
| 276 | def iter(self): |
| 277 | """iterate while the query returns items""" |