numpy.distutils.ccompiler_opt.CCompilerOpt.feature_is_exist# 方法 distutils.ccompiler_opt.CCompilerOpt.feature_is_exist(name)[源代码]# 检查某个特性是否存在于 _Config.conf_features 中,如果存在则返回 True。 参数: ‘name’: str特性名称(大写)。