D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
python3.6
/
site-packages
/
future
/
moves
/
dbm
/
Filename :
__init__.py
back
Copy
from __future__ import absolute_import from future.utils import PY3 if PY3: from dbm import * else: __future_module__ = True from whichdb import * from anydbm import * # Py3.3's dbm/__init__.py imports ndbm but doesn't expose it via __all__. # In case some (badly written) code depends on dbm.ndbm after import dbm, # we simulate this: if PY3: from dbm import ndbm else: try: from future.moves.dbm import ndbm except ImportError: ndbm = None
Name
Size
Last Modified
Owner
Permissions
Actions
__pycache__
Dir
July 28 2023 3:19:19
root
0755
__init__.py
0.477
KB
January 13 2023 3:16:35
root
0644
dumb.py
0.162
KB
January 13 2023 3:16:35
root
0644
gnu.py
0.158
KB
January 13 2023 3:16:35
root
0644
ndbm.py
0.158
KB
January 13 2023 3:16:35
root
0644
2017 © D7net | D704T team