????
| Current Path : /usr/lib/python2.7/site-packages/pip/_internal/models/ |
| Current File : //usr/lib/python2.7/site-packages/pip/_internal/models/search_scope.pyc |
�
}�\]c @ s� d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m
Z
d d l m Z d d l
m Z m Z d d l m Z e r� d d l m Z n e j e � Z d e f d
� � YZ d S( i����N( t canonicalize_name( t parse( t PyPI( t HAS_TLS( t normalize_patht redact_password_from_url( t MYPY_CHECK_RUNNING( t Listt SearchScopec B s8 e Z d Z e d � � Z d � Z d � Z d � Z RS( sF
Encapsulates the locations that pip is configured to search.
c C s� g } xT | D]L } | j d � rL t | � } t j j | � rL | } qL n | j | � q
Wt s� xL t j | | � D]5 } t j
| � } | j d k rv t j
d � Pqv qv Wn | d | d | � S( sQ
Create a SearchScope object after normalizing the `find_links`.
t ~t httpssi pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.t
find_linkst
index_urls( t
startswithR t ost patht existst appendR t itertoolst chaint urllib_parset urlparset schemet loggert warning( t clsR R t built_find_linkst linkt new_linkt parsed( ( s@ /tmp/pip-install-ewDPok/pip/pip/_internal/models/search_scope.pyt create s"