SILENT KILLERPanel

Current Path: > > opt > alt > python37 > lib > python3.7 > > site-packages > > future > moves > dbm


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python37/lib/python3.7//site-packages//future/moves/dbm

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 488 bytes October 25 2018 22:21:01.
dumb.py File 166 bytes October 25 2018 22:21:01.
gnu.py File 162 bytes October 25 2018 22:21:01.
ndbm.py File 162 bytes October 25 2018 22:21:01.

Reading File: //opt/alt/python37/lib/python3.7//site-packages//future/moves/dbm/__init__.py

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

SILENT KILLER Tool