Submit
Path:
~
/
/
usr
/
lib
/
python3.10
/
dbm
/
File Content:
ndbm.py
"""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')
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
__pycache__
---
0755
__init__.py
5839 bytes
0644
dumb.py
11536 bytes
0644
gnu.py
186 bytes
0644
ndbm.py
184 bytes
0644
N4ST4R_ID | Naxtarrr