/
lib
/
python3.9
/
site-packages
/
virtualenv
/
app_data
/
__pycache__
/
Upload File
HOME
a ��:i � @ s\ d Z ddlmZmZ ddlmZ ddlmZ G dd� ded�ZG dd � d ed�Z d dgZ d S )z( Application data stored by virtualenv. � )�ABCMeta�abstractmethod)�contextmanager)� IS_ZIPAPPc @ s� e Zd ZdZedd� �Zedd� �Zedd� �Zedd � �Ze d d� �Z edd � �Ze dd� �Ze dd� �Z edd� �Zeddd��Zeedd� ��Zeedd� ��ZdS )�AppDataz9Abstract storage interface for the virtualenv applicationc C s dS )zcalled before virtualenv exitsN� ��selfr r �</usr/lib/python3.9/site-packages/virtualenv/app_data/base.py�close s z AppData.closec C s dS )z1called when the user passes in the reset app dataNr r r r r �reset s z AppData.resetc C s t �d S �N��NotImplementedError�r �pathr r r �py_info s zAppData.py_infoc C s t �d S r r r r r r � py_info_clear s zAppData.py_info_clearc C s t �d S r r r r r r � can_update s zAppData.can_updatec C s t �d S r r )r Zdistribution�for_py_versionr r r �embed_update_log"