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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports2.py 7 'whichdb': 'dbm',
fix_imports.py 36 # anydbm and whichdb are handled by fix_imports2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports2.py 7 'whichdb': 'dbm',
fix_imports.py 36 # anydbm and whichdb are handled by fix_imports2
  /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
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 

Completed in 363 milliseconds