관리-도구
편집 파일: command_context.cpython-39.pyc
a ��Re� � @ sB d dl mZmZ d dlmZmZmZ eddd�ZG dd� d�ZdS ) � )� ExitStack�contextmanager)�ContextManager�Iterator�TypeVar�_TT)� covariantc sL e Zd Zdd�� fdd�Zeed d�dd��Zee ed�dd �Z � Z S ) �CommandContextMixInN)�returnc s t � �� d| _t� | _d S )NF)�super�__init__�_in_main_contextr � _main_context��self�� __class__� ��/builddir/build/BUILDROOT/alt-python39-pip-21.3.1-2.el8.x86_64/opt/alt/python39/lib/python3.9/site-packages/pip/_internal/cli/command_context.pyr s zCommandContextMixIn.__init__c c sT | j r J �d| _ z6| j� d V W d � n1 s40 Y W d| _ nd| _ 0 d S )NTF)r r r r r r �main_context s &z CommandContextMixIn.main_context)�context_providerr c C s | j s J �| j�|�S )N)r r � enter_context)r r r r r r s z!CommandContextMixIn.enter_context)�__name__� __module__�__qualname__r r r r r r r � __classcell__r r r r r s r N) � contextlibr r �typingr r r r r r r r r �<module> s