Home | History | Annotate | Download | only in test

Lines Matching refs:bsddb

2 """Test script for the bsddb C module by Roger E. Masse
12 bsddb = test_support.import_module('bsddb', deprecated=True)
223 # if the bsddb implementation leaves the DBCursor open during
263 # do the bsddb._DBWithCursor iterator internals leak cursors?
312 if self.openmethod[0] is not bsddb.btopen:
324 openmethod = [bsddb.btopen]
328 openmethod = [bsddb.btopen]
333 openmethod = [bsddb.btopen]
337 openmethod = [bsddb.hashopen]
341 openmethod = [bsddb.hashopen]
343 ## # (bsddb.rnopen,'Record Numbers'), 'put' for RECNO for bsddb 1.85