Trees | Indices | Help |
|
---|
|
Guess which db package to use to open a db file.
|
|||
|
Imports: os, struct, sys, dbm, _dbmerror
|
Guess which db package to use to open a db file. Return values: - None if the database file can't be read; - empty string if the file can be read but can't be recognized - the module name (e.g. "dbm" or "gdbm") if recognized. Importing the given module may still fail, and opening the database using that module may still fail. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:41:32 2008 | http://epydoc.sourceforge.net |