gdbm_compat (version 2.0.0) | index |
The following code is Public Domain.
Written by Tim Savannah, 2016.
The following methods allow you to use a gdbm database of a different version. It may not work in all cases, but is better than a flat-out error.
Package Contents | ||||||
Functions | ||
|
Data | ||
__all__ = ('open_compat', 'convert_to_1_10', 'convert_to_1_8', 'replace_magic_number', 'get_magic_number', 'is_1_8', 'is_1_10', 'get_gdbm_module') __version__ = '2.0.0' __version_tuple__ = (2, 0, 0) |