✏️ 正在编辑: ccompiler.py
路径:
/opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
from .compat.numpy import ( # noqa: F401 _default_compilers, compiler_class, ) from .compilers.C import base from .compilers.C.base import ( gen_lib_options, gen_preprocess_options, get_default_compiler, new_compiler, show_compilers, ) from .compilers.C.errors import CompileError, LinkError __all__ = [ 'CompileError', 'LinkError', 'gen_lib_options', 'gen_preprocess_options', 'get_default_compiler', 'new_compiler', 'show_compilers', ] CCompiler = base.Compiler
💾 保存文件
← 返回文件管理器