MCPcopy Create free account
hub / github.com/numpy/numpy / cc_name

Method cc_name

numpy/distutils/tests/test_ccompiler_opt.py:97–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 return self.opt().cc_march
96
97 def cc_name(self):
98 return self.opt().cc_name
99
100 def get_targets(self, targets, groups, **kwargs):
101 FakeCCompilerOpt.conf_target_groups = groups

Callers 2

arg_regexMethod · 0.95
test_args_optionsMethod · 0.95

Calls 1

optMethod · 0.95

Tested by

no test coverage detected