Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Functions | |
def | whichdb |
Guess which db package to use to open a db file.
def whichdb.whichdb | ( | filename) |
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.
Definition at line 5 of file whichdb.py.
References aifc.open().