OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dbcursor
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py
65
self.
_dbcursor
= db.cursor(*args, **kwargs)
68
return getattr(self.
_dbcursor
, v)
78
v = getattr(self.
_dbcursor
, "next")()
84
v = self.
_dbcursor
.previous()
88
v = self.
_dbcursor
.last()
94
v = self.
_dbcursor
.set(k)
98
v = self.
_dbcursor
.set_recno(num)
104
v = self.
_dbcursor
.set_range(k, dlen=dlen, doff=doff)
108
cursor = self.
_dbcursor
.dup(flags)
112
v = self.
_dbcursor
.next_dup(
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py
65
self.
_dbcursor
= db.cursor(*args, **kwargs)
68
return getattr(self.
_dbcursor
, v)
78
v = getattr(self.
_dbcursor
, "next")()
84
v = self.
_dbcursor
.previous()
88
v = self.
_dbcursor
.last()
94
v = self.
_dbcursor
.set(k)
98
v = self.
_dbcursor
.set_recno(num)
104
v = self.
_dbcursor
.set_range(k, dlen=dlen, doff=doff)
108
cursor = self.
_dbcursor
.dup(flags)
112
v = self.
_dbcursor
.next_dup(
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py
197
self.
_dbcursor
= dbcursor
200
return self.
_dbcursor
.close()
203
v = self.
_dbcursor
.set_range(bytes(search, "iso8859-1"))
210
v = getattr(self.
_dbcursor
, "next")()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py
197
self.
_dbcursor
= dbcursor
200
return self.
_dbcursor
.close()
203
v = self.
_dbcursor
.set_range(bytes(search, "iso8859-1"))
210
v = getattr(self.
_dbcursor
, "next")()
Completed in 833 milliseconds