文件操作 - reporters.pyi
返回文件管理
返回主菜单
删除本文件
文件: /opt/alt/python313/lib/python3.13/site-packages/pip/_vendor/resolvelib/reporters.pyi
编辑文件内容
from typing import Any class BaseReporter: def starting(self) -> Any: ... def starting_round(self, index: int) -> Any: ... def ending_round(self, index: int, state: Any) -> Any: ... def ending(self, state: Any) -> Any: ... def adding_requirement(self, requirement: Any, parent: Any) -> Any: ... def rejecting_candidate(self, criterion: Any, candidate: Any) -> Any: ... def resolving_conflicts(self, causes: Any) -> Any: ... def pinning(self, candidate: Any) -> Any: ...
修改文件时间
将文件时间修改为当前时间的前一年
删除文件