HomeSort by relevance Sort by last modified time
    Searched refs:_logcursor (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 20 self._logcursor = env.log_cursor()
23 return getattr(self._logcursor, v)
26 v = getattr(self._logcursor, "next")()
34 v = self._logcursor.first()
40 v = self._logcursor.last()
46 v = self._logcursor.prev()
52 v = self._logcursor.current()
58 v = self._logcursor.set(lsn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 20 self._logcursor = env.log_cursor()
23 return getattr(self._logcursor, v)
26 v = getattr(self._logcursor, "next")()
34 v = self._logcursor.first()
40 v = self._logcursor.last()
46 v = self._logcursor.prev()
52 v = self._logcursor.current()
58 v = self._logcursor.set(lsn)

Completed in 33 milliseconds