HomeSort by relevance Sort by last modified time
    Searched refs:whichdb (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 11 import whichdb namespace
25 # Verify that whichdb correctly sniffs the known hash v2 file
26 self.assertEqual(whichdb.whichdb(findfile("185test.db")), "bsddb185")
34 ftype = whichdb.whichdb(dbfile)
test_whichdb.py 2 """Test script for the whichdb module
9 import whichdb namespace
48 # Check whether whichdb correctly guesses module name
53 self.assertEqual(name, whichdb.whichdb(_fname))
58 self.assertEqual(name, whichdb.whichdb(_fname))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 11 import whichdb namespace
25 # Verify that whichdb correctly sniffs the known hash v2 file
26 self.assertEqual(whichdb.whichdb(findfile("185test.db")), "bsddb185")
34 ftype = whichdb.whichdb(dbfile)
test_whichdb.py 2 """Test script for the whichdb module
9 import whichdb namespace
48 # Check whether whichdb correctly guesses module name
53 self.assertEqual(name, whichdb.whichdb(_fname))
58 self.assertEqual(name, whichdb.whichdb(_fname))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 14 dependent on the type of database being opened (determined by whichdb
70 from whichdb import whichdb namespace
71 result=whichdb(file)
whichdb.py 17 def whichdb(filename): function
117 print whichdb(filename) or "UNKNOWN", filename
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 14 dependent on the type of database being opened (determined by whichdb
70 from whichdb import whichdb namespace
71 result=whichdb(file)
whichdb.py 17 def whichdb(filename): function
117 print whichdb(filename) or "UNKNOWN", filename

Completed in 217 milliseconds