/
snap
/
core20
/
2866
/
usr
/
lib
/
python3.8
/
dbm
/
/snap/core20/2866/usr/lib/python3.8/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
70
0644
edit
dl
rm
__init__.py
5839
0644
edit
dl
rm
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')
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')