[ Root System Explorer ]
Location:
Root
/
usr
/
lib
/
python3.10
/
dbm
+ Folder
+ File
Upload
Editing: gnu.py
"""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 CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 __init__.py
FILE
Ren
[EDIT]
DEL
📁 __pycache__/
DIR
Ren
DEL
📄 dumb.py
FILE
Ren
[EDIT]
DEL
📄 gnu.py
FILE
Ren
[EDIT]
DEL
📄 ndbm.py
FILE
Ren
[EDIT]
DEL