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

Method nopt

numpy/distutils/tests/test_ccompiler_opt.py:85–87  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

83 self._opt = None
84
85 def nopt(self, *args, **kwargs):
86 FakeCCompilerOpt.fake_info = (self.arch, self.cc, "")
87 return FakeCCompilerOpt(*args, **kwargs)
88
89 def opt(self):
90 if not self._opt:

Callers 7

optMethod · 0.95
get_targetsMethod · 0.95
expectMethod · 0.95
expect_baselineMethod · 0.95
expect_flagsMethod · 0.95
test_args_emptyMethod · 0.95
test_args_validationMethod · 0.95

Calls 1

FakeCCompilerOptClass · 0.70

Tested by

no test coverage detected