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

Method __init__

numpy/distutils/tests/test_ccompiler_opt_conf.py:23–24  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

21class FakeCCompilerOpt(CCompilerOpt):
22 fake_info = ("arch", "compiler", "extra_args")
23 def __init__(self, *args, **kwargs):
24 CCompilerOpt.__init__(self, None, **kwargs)
25 def dist_compile(self, sources, flags, **kwargs):
26 return sources
27 def dist_info(self):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected