Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_regex
Method · 0.95
test_args_validation
Method · 0.95
test_args_options
Method · 0.95
test_flags
Method · 0.95
test_targets_exceptions
Method · 0.95
test_targets_policies
Method · 0.95
Calls
1
opt
Method · 0.95
Tested by
no test coverage detected