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