PHP 8.2.30
Preview: _quoting.py Size: 537 B
/proc/thread-self/root/proc/thread-self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/yarl/_quoting.py

import os
import sys

__all__ = ("_Quoter", "_Unquoter")


NO_EXTENSIONS = bool(os.environ.get("YARL_NO_EXTENSIONS"))  # type: bool
if sys.implementation.name != "cpython":
    NO_EXTENSIONS = True


if not NO_EXTENSIONS:  # pragma: no branch
    try:
        from ._quoting_c import _Quoter, _Unquoter  # type: ignore[assignment]
    except ImportError:  # pragma: no cover
        from ._quoting_py import _Quoter, _Unquoter  # type: ignore[assignment]
else:
    from ._quoting_py import _Quoter, _Unquoter  # type: ignore[assignment]

Directory Contents

Dirs: 1 × Files: 9

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:07:29
Edit Download
14 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
537 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
121.70 KB lrwxr-xr-x 2026-01-20 13:18:44
Edit Download
447 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
11.23 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.22 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
37.05 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
154 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
3.84 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download

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