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

Method __init__

doc/source/reference/simd/gen_features.py:11–13  ·  view source on GitHub ↗
(self, arch, cc, *args, **kwargs)

Source from the content-addressed store, hash-verified

9 conf_nocache = True
10
11 def __init__(self, arch, cc, *args, **kwargs):
12 self.fake_info = (arch, cc, '')
13 CCompilerOpt.__init__(self, None, **kwargs)
14
15 def dist_compile(self, sources, flags, **kwargs):
16 return sources

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected