/snap/core22/2411/usr/lib/python3.10/dbm
NameSizeModeActions
__pycache__/-0755rm
dumb.py115360644editdlrm
gnu.py1860644editdlrm
ndbm.py1840644editdlrm
__init__.py58390644editdlrm
Edit: /snap/core22/2411/usr/lib/python3.10/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')