<!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  ã               @   sP   d dl mZm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	S )
é    )Úabsolute_importÚunicode_literals)Úcontextmanageré   )ÚAppDataÚContentStorec               @   sx   e Zd ZdZdZdZdd„ ZedƒZdd„ Z	d	d
„ Z
dd„ Zdd„ Zdd„ Zedd„ ƒZedd„ ƒZdd„ Zdd„ ZdS )ÚAppDataDisabledzONo application cache available (most likely as we don't have write permissions)TFc             C   s   d S )N© )Úselfr	   r	   úG/opt/alt/python37/lib/python3.7/site-packages/virtualenv/app_data/na.pyÚ__init__   s    zAppDataDisabled.__init__zDno app data folder available, probably no write access to the folderc             C   s   dS )z
do nothingNr	   )r
   r	   r	   r   Úclose   s    zAppDataDisabled.closec             C   s   dS )z
do nothingNr	   )r
   r	   r	   r   Úreset   s    zAppDataDisabled.resetc             C   s   t ƒ S )N)ÚContentStoreNA)r
   Úpathr	   r	   r   Úpy_info   s    zAppDataDisabled.py_infoc             C   s   t ƒ S )N)r   )r
   ÚdistributionÚfor_py_versionr	   r	   r   Úembed_update_log   s    z AppDataDisabled.embed_update_logc             C   s
   | j ‚d S )N)Úerror)r
   r   Z	to_folderr	   r	   r   Úextract   s    zAppDataDisabled.extractc             c   s
   dV  dS )z
do nothingNr	   )r
   r   r	   r	   r   Úlocked"   s    zAppDataDisabled.lockedc             C   s
   | j ‚d S )N)r   )r
   r	   r	   r   Úhouse'   s    zAppDataDisabled.housec             C   s
   | j ‚d S )N)r   )r
   r   Únamer	   r	   r   Úwheel_image+   s    zAppDataDisabled.wheel_imagec             C   s   dS )ú Nr	   )r
   r	   r	   r   Úpy_info_clear.   s    zAppDataDisabled.py_info_clearN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Z	transientZ
can_updater   ÚRuntimeErrorr   r   r   r   r   r   r   r   Úpropertyr   r   r   r	   r	   r	   r   r      s   r   c               @   s8   e Zd Zdd„ Zdd„ Zdd„ Zdd„ Zed	d
„ ƒZdS )r   c             C   s   dS )NFr	   )r
   r	   r	   r   Úexists3   s    zContentStoreNA.existsc             C   s   dS )r   Nr	   )r
   r	   r	   r   Úread6   s    zContentStoreNA.readc             C   s   dS )r   Nr	   )r
   Úcontentr	   r	   r   Úwrite:   s    zContentStoreNA.writec             C   s   dS )r   Nr	   )r
   r	   r	   r   Úremove=   s    zContentStoreNA.removec             c   s
   d V  d S )Nr	   )r
   r	   r	   r   r   @   s    zContentStoreNA.lockedN)	r   r   r   r#   r$   r&   r'   r   r   r	   r	   r	   r   r   2   s
   r   N)
Ú
__future__r   r   Ú
contextlibr   Úbaser   r   r   r   r	   r	   r	   r   Ú<module>   s   *