✏️ 正在编辑: debug.py
路径:
/lib64/python3.8/distutils/debug.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
import os # If DISTUTILS_DEBUG is anything other than the empty string, we run in # debug mode. DEBUG = os.environ.get('DISTUTILS_DEBUG')
💾 保存文件
← 返回文件管理器