/snap/core18/2999/usr/lib/python3.6/dbm
NameSizeModeActions
__pycache__/-0755rm
dumb.py119890644editdlrm
gnu.py1860644editdlrm
ndbm.py700644editdlrm
__init__.py57830644editdlrm
Edit: /snap/core18/2999/usr/lib/python3.6/dbm/gnu.py (186B)
"""Provide the _gdbm module as a dbm submodule.""" try: from _gdbm import * except ImportError as msg: raise ImportError(str(msg) + ', please install the python3-gdbm package')