File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/virtualenv/app_data/__pycache__/base.cpython-310.pyc
Back
o ;jv � @ s� d Z ddlmZ ddlmZmZ ddlmZ ddlm Z ddl mZ e r6ddlm Z ddlmZ dd lmZ G d d� de�ZG dd � d e�Zdd gZdS )z&Application data stored by virtualenv.� )�annotations)�ABC�abstractmethod)�contextmanager)� TYPE_CHECKING)� IS_ZIPAPP)� Generator)�Path)�Anyc @ s� e Zd ZdZed)dd��Zed)dd��Zed*dd��Zed)d d��Ze d+dd��Z ed,dd��Ze d-dd��Ze d+dd��Z ed.dd��Zed/d0d"d#��Zeed0d$d%���Zeed1d'd(���ZdS )2�AppDataz:Abstract storage interface for the virtualenv application.�return�Nonec C � dS )zCalled before virtualenv exits.N� ��selfr r �L/opt/saltstack/salt/lib/python3.10/site-packages/virtualenv/app_data/base.py�close � z AppData.closec C r )z2Called when the user passes in the reset app data.Nr r r r r �reset r z AppData.reset�pathr �ContentStorec C � t �)z�Return a content store for cached interpreter information at the given path. :param path: the interpreter executable path :returns: a content store for the cached data ��NotImplementedError�r r r r r �py_info s zAppData.py_infoc C r )z)Clear all cached interpreter information.r r r r r � py_info_clear'