PHP 8.2.30
Preview: _compat.py Size: 316 B
/opt/cloudlinux/venv/lib/python3.11/site-packages/multidict/_compat.py

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

Directory Contents

Dirs: 1 × Files: 8

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:07:29
Edit Download
15 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.16 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
316 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
78.11 KB lrwxr-xr-x 2026-01-20 13:18:48
Edit Download
3.70 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
14.70 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
928 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
4.74 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).