文件操作 - __init__.py
返回文件管理
返回主菜单
删除本文件
文件: /opt/alt/python313/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/__init__.py
编辑文件内容
# SPDX-FileCopyrightText: 2015 Eric Larson # # SPDX-License-Identifier: Apache-2.0 from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache from pip._vendor.cachecontrol.caches.redis_cache import RedisCache __all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"]
修改文件时间
将文件时间修改为当前时间的前一年
删除文件