Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ opt
Method
opt
numpy/distutils/tests/test_ccompiler_opt.py:89–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
87
return
FakeCCompilerOpt(*args, **kwargs)
88
89
def
opt(self):
90
if
not self._opt:
91
self._opt = self.nopt()
92
return
self._opt
93
94
def
march(self):
95
return
self.opt().cc_march
Callers
3
march
Method · 0.95
cc_name
Method · 0.95
test_interface
Method · 0.95
Calls
1
nopt
Method · 0.95
Tested by
no test coverage detected