o
ais ã @ s* d dl mZ d dlmZ G dd„ dƒZdS )é )ÚOptional)Ú
FormatControlc
@ sL e Zd ZdZg d¢Z d
dededee ded ee d
dfdd„ZdS )ÚSelectionPreferenceszd
Encapsulates the candidate selection preferences for downloading
and installing files.
©Úallow_yankedÚallow_all_prereleasesÚformat_controlÚ
prefer_binaryÚignore_requires_pythonFNr r r r r
Úreturnc C s. |du rd}|| _ || _|| _|| _|| _dS )aw 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.
NFr )Úselfr r r r r
© r
ú–/builddir/build/BUILDROOT/alt-python310-pip-21.3.1-5.el8.x86_64/opt/alt/python310/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.pyÚ__init__ s
zSelectionPreferences.__init__)FNFN) Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú __slots__Úboolr r r r
r
r
r r s( úþýüûúùr N)Útypingr Ú#pip._internal.models.format_controlr r r
r
r
r Ú