Searched refs:_cursor (Results 1 – 3 of 3) sorted by relevance
51 self._cursor = None60 if self._cursor is None:62 self._cursor = profiler.ProfilerCursor(self.db.cursor())64 self._cursor = self.db.cursor()66 return self._cursor
40 typedef struct _cursor struct
96 self._cursor = None105 if self._cursor is None:106 self._cursor = self.db.cursor()107 return self._cursor