/snap/core24/1643/usr/lib/python3.12/dbm
NameSizeModeActions
__pycache__/-0755rm
dumb.py115940644editdlrm
gnu.py1860644editdlrm
ndbm.py1840644editdlrm
__init__.py58820644editdlrm
Edit: /snap/core24/1643/usr/lib/python3.12/dbm/ndbm.py (184B)
"""Provide the _dbm module as a dbm submodule.""" try: from _dbm import * except ImportError as msg: raise ImportError(str(msg) + ', please install the python3-gdbm package')