<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
B
    ´ÊÑaî  ã               @   sL   d dl Zd dlmZ ddlmZmZ G dd„ deƒZG dd„ deƒZd	Z	dS )
é    N)ÚNoOpFileLocké   )ÚAppDataDiskFolderÚPyInfoStoreDiskc               @   s8   e Zd ZdZdd„ Zdd„ Zdd„ Zdd	„ Zd
d„ ZdS )ÚReadOnlyAppDataFc             C   s(   t j |¡std |¡ƒ‚t|ƒ| _d S )Nz.read-only app data directory {} does not exist)ÚosÚpathÚisdirÚRuntimeErrorÚformatr   Úlock)ÚselfZfolder© r   úN/opt/alt/python37/lib/python3.7/site-packages/virtualenv/app_data/read_only.pyÚ__init__   s    zReadOnlyAppData.__init__c             C   s   t dƒ‚d S )Nz)read-only app data does not support reset)r
   )r   r   r   r   Úreset   s    zReadOnlyAppData.resetc             C   s   t ‚d S )N)ÚNotImplementedError)r   r   r   r   Úpy_info_clear   s    zReadOnlyAppData.py_info_clearc             C   s   t | j|ƒS )N)Ú_PyInfoStoreDiskReadOnlyZ
py_info_at)r   r   r   r   r   Úpy_info   s    zReadOnlyAppData.py_infoc             C   s   t ‚d S )N)r   )r   ÚdistributionZfor_py_versionr   r   r   Úembed_update_log   s    z ReadOnlyAppData.embed_update_logN)	Ú__name__Ú
__module__Ú__qualname__Z
can_updater   r   r   r   r   r   r   r   r   r      s   r   c               @   s   e Zd Zdd„ ZdS )r   c             C   s   t dƒ‚d S )Nz0read-only app data python info cannot be updated)r
   )r   Úcontentr   r   r   Úwrite   s    z_PyInfoStoreDiskReadOnly.writeN)r   r   r   r   r   r   r   r   r      s   r   )r   )
Úos.pathr   Zvirtualenv.util.lockr   Zvia_disk_folderr   r   r   r   Ú__all__r   r   r   r   Ú<module>   s
   