관리-도구
편집 파일: cache.cpython-311.pyc
� �Re4 � �� � d Z ddlZddlmZ ddlmZmZ ddlmZ ddl m Z ddlmZ ddl mZmZ dd lmZ d edefd�Zeded fd �� � Z G d� de� � ZdS )zHTTP cache implementation. � N)�contextmanager)�Iterator�Optional)� BaseCache)� FileCache)�Response)�adjacent_tmp_file�replace)� ensure_dir�response�returnc �$ � t | dd� � S )N� from_cacheF)�getattr)r s ��/builddir/build/BUILDROOT/alt-python311-pip-21.3.1-3.el8.x86_64/opt/alt/python311/lib/python3.11/site-packages/pip/_internal/network/cache.py� is_from_cacher s � ��8�\�5�1�1�1� c # �6 K � dV � dS # t $ r Y dS w xY w)zvIf we can't access the cache then we can just skip caching and process requests as if caching wasn't enabled. N)�OSError� r r �suppressed_cache_errorsr s: � � � � � �������� � � ���� ���s � � �c �| � � e Zd ZdZdeddf� fd�Zdedefd�Zdedee fd �Z ded eddfd�Z deddfd�Z� xZS ) � SafeFileCachezw A file based cache which is safe to use even when the target directory may not be accessible or writable. � directoryr Nc �n �� |� J d� � �t � � � � � || _ d S )Nz!Cache directory must not be None.)�super�__init__r )�selfr � __class__s �r r zSafeFileCache.__init__% s9 �� ��$�$�&I�$�$�$� ��������"����r �namec � � t j |� � }t |d d� � � |gz }t j j | j g|�R � S )N� )r �encode�list�os�path�joinr )r r �hashed�partss r �_get_cache_pathzSafeFileCache._get_cache_path* sL � � �!�$�'�'���V�B�Q�B�Z� � �F�8�+���w�|�D�N�3�U�3�3�3�3r �keyc � � | � |� � }t � � 5 t |d� � 5 }|� � � cd d d � � cd d d � � S # 1 swxY w Y d d d � � d S # 1 swxY w Y d S )N�rb)r* r �open�read)r r+ r&