✏️ 正在编辑: collections_abc.py
路径:
/usr/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
__all__ = ["Mapping", "Sequence"] try: from collections.abc import Mapping, Sequence except ImportError: from collections import Mapping, Sequence
💾 保存文件
← 返回文件管理器