Searched refs:btopen (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/bsddb/test/ |
D | test_compat.py | 9 from test_all import db, hashopen, btopen, rnopen, verbose, \ 25 self.do_bthash_test(btopen, 'btopen') 126 if factory == btopen:
|
D | test_all.py | 441 hashopen, btopen, rnopen, dbobj 445 hashopen, btopen, rnopen, dbobj
|
/external/python/cpython2/Lib/test/ |
D | test_bsddb.py | 308 self.assertIs(self.openmethod[0], bsddb.btopen) 319 openmethod = [bsddb.btopen] 323 openmethod = [bsddb.btopen] 331 openmethod = [bsddb.btopen]
|
/external/python/cpython3/Tools/scripts/ |
D | pickle2db.py | 88 dbopen = bsddb.btopen
|
D | db2pickle.py | 83 dbopen = bsddb.btopen
|
/external/python/cpython2/Tools/scripts/ |
D | pickle2db.py | 88 dbopen = bsddb.btopen
|
D | db2pickle.py | 83 dbopen = bsddb.btopen
|
/external/python/cpython2/Doc/library/ |
D | bsddb.rst | 62 .. 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')
|
D | shelve.rst | 133 accomplished by calling one of :func:`bsddb.hashopen`, :func:`bsddb.btopen` or
|
/external/python/cpython2/Lib/bsddb/ |
D | __init__.py | 369 def btopen(file, flag='c', mode=0666, function
|
/external/python/cpython3/Doc/library/ |
D | shelve.rst | 142 :func:`bsddb.hashopen`, :func:`bsddb.btopen` or :func:`bsddb.rnopen`. The
|