Searched refs:hashopen (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython2/Lib/bsddb/test/ |
D | test_misc.py | 7 from test_all import db, dbshelve, hashopen, test_support, get_new_environment_path, get_new_databa… 36 db = hashopen(self.filename) 42 db = hashopen(self.filename) 48 db = hashopen(self.filename)
|
D | test_compat.py | 9 from test_all import db, hashopen, btopen, rnopen, verbose, \ 28 self.do_bthash_test(hashopen, 'hashopen') 79 f = hashopen(self.filename, 'n')
|
D | test_all.py | 441 hashopen, btopen, rnopen, dbobj 445 hashopen, btopen, rnopen, dbobj
|
/external/python/cpython2/Tools/scripts/ |
D | pickle2db.py | 82 dbopen = bsddb.hashopen 122 dbopen = bsddb.hashopen
|
D | db2pickle.py | 77 dbopen = bsddb.hashopen 117 dbopen = bsddb.hashopen
|
/external/python/cpython3/Tools/scripts/ |
D | db2pickle.py | 77 dbopen = bsddb.hashopen 117 dbopen = bsddb.hashopen
|
D | pickle2db.py | 82 dbopen = bsddb.hashopen 122 dbopen = bsddb.hashopen
|
/external/python/cpython2/Lib/ |
D | dbhash.py | 18 return bsddb.hashopen(file, flag, mode)
|
/external/python/cpython2/Lib/test/ |
D | test_bsddb185.py | 20 db = bsddb185.hashopen(findfile("185test.db"))
|
D | test_bsddb.py | 338 openmethod = [bsddb.hashopen] 345 openmethod = [bsddb.hashopen]
|
/external/python/cpython2/Doc/library/ |
D | bsddb.rst | 50 .. function:: hashopen(filename[, flag[, mode[, pgsize[, ffactor[, nelem[, cachesize[, lorder[, hfl… 155 is not supported on hashtable databases (those opened with :func:`hashopen`). 162 opened with :func:`hashopen`). This method raises :exc:`bsddb.error` if the
|
D | shelve.rst | 133 accomplished by calling one of :func:`bsddb.hashopen`, :func:`bsddb.btopen` or
|
/external/python/cpython2/Lib/bsddb/ |
D | __init__.py | 353 def hashopen(file, flag='c', mode=0666, pgsize=None, ffactor=None, nelem=None, function
|
/external/python/cpython3/Doc/library/ |
D | shelve.rst | 142 :func:`bsddb.hashopen`, :func:`bsddb.btopen` or :func:`bsddb.rnopen`. The
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1869 dbhash (g)dbm-compatible interface to bsdhash.hashopen.
|