用户指南
API引用
开发
数组对象
常量
通用函数 (ufunc )
日常工作
全局状态
包装 (numpy.distutils )
numpy distutils-用户指南
NumPy C-API
纽木内构件
SIMD优化
NumPy
numpy.distutils.ccompiler_opt.new_ccompiler_opt
¶
distutils.ccompiler_opt.
new_ccompiler_opt
(
compiler
,
**
kwargs
)
[源代码]
¶
创建“CCompilerOpt”的新实例,并在NumPy source dir内生成调度头。
参数
'编译器'
CCompiler实例
'
kwargs”:按原样传递给
CCompilerOpt(...)
**
返回
CCompilerOpt的新实例
numpy.distutils.ccompiler_opt
numpy.distutils.ccompiler_opt.CCompilerOpt