[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.119.129: ~ $
import os
import platform

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

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

USE_EXTENSIONS = not NO_EXTENSIONS and not PYPY

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

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 928 B 0644
__init__.pyi File 4.74 KB 0644
_abc.py File 1.16 KB 0644
_compat.py File 316 B 0644
_multidict.cpython-311-x86_64-linux-gnu.so File 352.74 KB 0755
_multidict_base.py File 3.7 KB 0644
_multidict_py.py File 14.7 KB 0644
py.typed File 15 B 0644