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