Home
last modified time | relevance | path

Searched refs:btopen (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/bsddb/test/
Dtest_compat.py9 from test_all import db, hashopen, btopen, rnopen, verbose, \
25 self.do_bthash_test(btopen, 'btopen')
126 if factory == btopen:
Dtest_all.py441 hashopen, btopen, rnopen, dbobj
445 hashopen, btopen, rnopen, dbobj
/external/python/cpython2/Lib/test/
Dtest_bsddb.py308 self.assertIs(self.openmethod[0], bsddb.btopen)
319 openmethod = [bsddb.btopen]
323 openmethod = [bsddb.btopen]
331 openmethod = [bsddb.btopen]
/external/python/cpython2/Tools/scripts/
Dpickle2db.py88 dbopen = bsddb.btopen
Ddb2pickle.py83 dbopen = bsddb.btopen
/external/python/cpython3/Tools/scripts/
Ddb2pickle.py83 dbopen = bsddb.btopen
Dpickle2db.py88 dbopen = bsddb.btopen
/external/python/cpython2/Doc/library/
Dbsddb.rst62 .. function:: btopen(filename[, flag[, mode[, btflags[, cachesize[, maxkeypage[, minkeypage[, pgsiz…
132 key and its value. For binary tree databases (opened using :func:`btopen`), if
173 >>> db = bsddb.btopen('spam.db', 'c')
Dshelve.rst133 accomplished by calling one of :func:`bsddb.hashopen`, :func:`bsddb.btopen` or
/external/python/cpython2/Lib/bsddb/
D__init__.py369 def btopen(file, flag='c', mode=0666, function
/external/python/cpython3/Doc/library/
Dshelve.rst142 :func:`bsddb.hashopen`, :func:`bsddb.btopen` or :func:`bsddb.rnopen`. The