MCPcopy 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

marchMethod · 0.95
cc_nameMethod · 0.95
test_interfaceMethod · 0.95

Calls 1

noptMethod · 0.95

Tested by

no test coverage detected