Searched refs:whichdb (Results 1 – 14 of 14) sorted by relevance
11 import whichdb26 self.assertEqual(whichdb.whichdb(findfile("185test.db")), "bsddb185")34 ftype = whichdb.whichdb(dbfile)
8 import whichdb52 self.assertEqual(name, whichdb.whichdb(_fname))57 self.assertEqual(name, whichdb.whichdb(_fname))
1 :mod:`whichdb` --- Guess which DBM module created a database4 .. module:: whichdb8 The :mod:`whichdb` module's only function has been put into the :mod:`dbm`18 .. function:: whichdb(filename)
30 If the database file already exists, the :mod:`whichdb` module is used to120 Module :mod:`whichdb`
26 whichdb.rst
84 Module :mod:`whichdb`
75 Module :mod:`whichdb`
66 Module :mod:`whichdb`
129 Module :mod:`whichdb`
70 from whichdb import whichdb71 result=whichdb(file)
17 def whichdb(filename): function117 print whichdb(filename) or "UNKNOWN", filename
2017 whichdb Guess which db package to use to open a db file.
2273 - The whichdb module can now be run from the command line.3855 - SF patch 766650: The whichdb module was fixed to recognize dbm files9139 whichdb -- recognizes dumbdbm format11638 - In whichdb.py, support byte-swapped dbhash (bsddb) files.14431 - New module whichdb recognizes dbm, gdbm and bsddb/dbhash files.
4530 - Issue #13007: whichdb should recognize gdbm 1.9 magic numbers.