✏️ 正在编辑: py.py
路径:
/opt/cloudlinux/venv/lib/python3.11/site-packages/py.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# shim for pylib going away # if pylib is installed this file will get skipped # (`py/__init__.py` has higher precedence) import sys import _pytest._py.error as error import _pytest._py.path as path sys.modules["py.error"] = error sys.modules["py.path"] = path
💾 保存文件
← 返回文件管理器