numpy.distutils.ccompiler.CCompiler_customize_cmd #
- distutils.c编译器。CCompiler_customize_cmd ( self , cmd , ignore = () ) [来源] #
使用 distutils 命令自定义编译器。
- 参数:
- cmd类实例
一个继承自 的实例
distutils.cmd.Command
。- 忽略str 的序列,可选
不应更改的
CCompiler
命令列表(不带 )。'set_'
检查的字符串是: 。('include_dirs', 'define', 'undef', 'libraries', 'library_dirs', 'rpath', 'link_objects')
- 返回:
- 没有任何