✏️ 正在编辑: common.py
路径:
/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/toml/common.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# content after the \ escapes = ['0', 'b', 'f', 'n', 'r', 't', '"'] # What it should be replaced by escapedchars = ['\0', '\b', '\f', '\n', '\r', '\t', '\"'] # Used for substitution escape_to_escapedchars = dict(zip(_escapes, _escapedchars))
💾 保存文件
← 返回文件管理器