£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

Re                 @   s~   d  d l  m Z d  d l m Z d  d l m Z e rd d  d l m Z m Z m	 Z	 e	 d d d Z
 Gd d	   d	 e  Z d
 S)    )contextmanager)	ExitStack)MYPY_CHECK_RUNNING)IteratorContextManagerTypeVar_TZ	covariantTc                   s@   e  Z d  Z   f d d   Z e d d    Z d d   Z   S)CommandContextMixInc                s,   t  t |   j   d |  _ t   |  _ d  S)NF)superr	   __init___in_main_contextr   _main_context)self)	__class__ /builddir/build/BUILDROOT/alt-python35-pip-20.2.4-5.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/pip/_internal/cli/command_context.pyr      s    	zCommandContextMixIn.__init__c             c   sD   |  j  s t  d |  _  z |  j 
 d  VWd  QRXWd  d |  _  Xd  S)NTF)r   AssertionErrorr   )r   r   r   r   main_context   s    	
z CommandContextMixIn.main_contextc             C   s   |  j  s t  |  j j |  S)N)r   r   r   enter_context)r   context_providerr   r   r   r       s    z!CommandContextMixIn.enter_context)__name__
__module____qualname__r   r   r   r   r   r   )r   r   r	      s   r	   N)
contextlibr   pip._vendor.contextlib2r   pip._internal.utils.typingr   typingr   r   r   r   objectr	   r   r   r   r   <module>   s   