Searched defs:dbtype (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/bsddb/test/ | ||
D | test_basics.py | 36 dbtype = db.DB_UNKNOWN # must be set in derived class variable in BasicTestCase |
D | test_dbshelve.py | 265 dbtype = db.DB_BTREE variable in BTreeShelveTestCase |
D | test_associate.py | 326 dbtype = db.DB_HASH variable in AssociateHashTestCase |
D | test_thread.py | 33 dbtype = db.DB_UNKNOWN # must be set in derived class variable in BaseThreadedTestCase |
/external/python/cpython2/Modules/ | ||
D | _bsddb.c | 3767 int err, dbtype; in _DB_make_list() local |