gdbm_compat | index /home/savannah/projects/gdbm_compat/gdbm_compat/__init__.py |
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__ = ('convert_to_1_10', 'convert_to_1_8', 'replace_magic_number', 'get_magic_number', 'is_1_8', 'is_1_10', 'open') |