/
snap
/
core18
/
2979
/
usr
/
lib
/
python3.6
/
dbm
/
/snap/core18/2979/usr/lib/python3.6/dbm
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
dumb.py
11989
0644
edit
dl
rm
gnu.py
186
0644
edit
dl
rm
ndbm.py
70
0644
edit
dl
rm
__init__.py
5783
0644
edit
dl
rm
Edit:
/snap/core18/2979/usr/lib/python3.6/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')