OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsddb185
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py
1
"""Tests for the
bsddb185
module.
9
bsddb185
= import_module('
bsddb185
', deprecated=True)
variable
20
db =
bsddb185
.hashopen(findfile("185test.db"))
26
self.assertEqual(whichdb.whichdb(findfile("185test.db")), "
bsddb185
")
29
# Verify that anydbm.open does *not* create a
bsddb185
file
35
self.assertNotEqual(ftype, "
bsddb185
")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py
1
"""Tests for the
bsddb185
module.
9
bsddb185
= import_module('
bsddb185
', deprecated=True)
variable
20
db =
bsddb185
.hashopen(findfile("185test.db"))
26
self.assertEqual(whichdb.whichdb(findfile("185test.db")), "
bsddb185
")
29
# Verify that anydbm.open does *not* create a
bsddb185
file
35
self.assertNotEqual(ftype, "
bsddb185
")
Completed in 40 milliseconds