/snap/core20/2866/usr/lib/python3.8/dbm
NameSizeModeActions
__pycache__/-0755rm
dumb.py115360644editdlrm
gnu.py1860644editdlrm
ndbm.py700644editdlrm
__init__.py58390644editdlrm
Edit: /snap/core20/2866/usr/lib/python3.8/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')