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

Method march

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

Source from the content-addressed store, hash-verified

92 return self._opt
93
94 def march(self):
95 return self.opt().cc_march
96
97 def cc_name(self):
98 return self.opt().cc_name

Callers 6

arg_regexMethod · 0.95
test_args_validationMethod · 0.95
test_args_optionsMethod · 0.95
test_flagsMethod · 0.95
test_targets_policiesMethod · 0.95

Calls 1

optMethod · 0.95

Tested by

no test coverage detected