B
Re @ s\ d dl mZ d dlmZ d dlmZ erHd dlmZmZm Z e dddZ
G dd d eZd
S ) )contextmanager) ExitStack)MYPY_CHECK_RUNNING)IteratorContextManagerTypeVar_TT) covariantc s0 e Zd Z fddZedd Zdd Z ZS )CommandContextMixInc s t t| d| _t | _d S )NF)superr
__init___in_main_contextr
_main_context)self) __class__ /builddir/build/BUILDROOT/alt-python37-pip-20.2.4-6.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/pip/_internal/cli/command_context.pyr s zCommandContextMixIn.__init__c c s: | j r
td| _ z| j d V W d Q R X W d d| _ X d S )NTF)r
AssertionErrorr )r r r r main_context s
z CommandContextMixIn.main_contextc C s | j s
t| 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
__classcell__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