관리-도구
편집 파일: index.cpython-37.pyc
B ��Re� � @ s8 d dl mZ G dd� de�Zeddd�Zeddd�Zd S ) � )�parsec s6 e Zd ZdZdddddgZ� fdd�Zd d � Z� ZS )�PackageIndexzGRepresents a Package Index and provides easier access to endpoints �url�netloc� simple_url�pypi_url�file_storage_domainc sD t t| ��� || _t�|�j| _| �d�| _| �d�| _ || _ d S )N�simple�pypi)�superr �__init__r �urllib_parse�urlsplitr � _url_for_pathr r r )�selfr r )� __class__� ��/builddir/build/BUILDROOT/alt-python37-pip-20.2.4-6.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/pip/_internal/models/index.pyr s zPackageIndex.__init__c C s t �| j|�S )N)r �urljoinr )r �pathr r r r s zPackageIndex._url_for_path)�__name__� __module__�__qualname__�__doc__� __slots__r r � __classcell__r r )r r r s r zhttps://pypi.org/zfiles.pythonhosted.org)r zhttps://test.pypi.org/ztest-files.pythonhosted.orgN)Zpip._vendor.six.moves.urllibr r �objectr �PyPI�TestPyPIr r r r �<module> s