/
snap
/
core22
/
2411
/
usr
/
lib
/
python3.10
/
dbm
/
/snap/core22/2411/usr/lib/python3.10/dbm
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
dumb.py
11536
0644
edit
dl
rm
gnu.py
186
0644
edit
dl
rm
ndbm.py
184
0644
edit
dl
rm
__init__.py
5839
0644
edit
dl
rm
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')
Save
"""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')