[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@52.14.125.137: ~ $
import os
import platform

NO_EXTENSIONS = bool(os.environ.get("MULTIDICT_NO_EXTENSIONS"))

PYPY = platform.python_implementation() == "PyPy"

USE_CYTHON_EXTENSIONS = USE_CYTHON = not NO_EXTENSIONS and not PYPY

if USE_CYTHON_EXTENSIONS:
    try:
        from . import _multidict  # noqa
    except ImportError:
        USE_CYTHON_EXTENSIONS = USE_CYTHON = False

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
_multilib Folder 0755
__init__.py File 942 B 0644
__init__.pyi File 4.82 KB 0644
_abc.py File 1.16 KB 0644
_compat.py File 363 B 0644
_multidict.cpython-38-x86_64-linux-gnu.so File 75.19 KB 0755
_multidict_base.py File 3.7 KB 0644
_multidict_py.py File 14.36 KB 0644
py.typed File 15 B 0644