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

Method _compile

numpy/distutils/command/config.py:104–110  ·  view source on GitHub ↗
(self, body, headers, include_dirs, lang)

Source from the content-addressed store, hash-verified

102 return ret
103
104 def _compile (self, body, headers, include_dirs, lang):
105 src, obj = self._wrap_method(old_config._compile, lang,
106 (body, headers, include_dirs, lang))
107 # _compile in unixcompiler.py sometimes creates .d dependency files.
108 # Clean them up.
109 self.temp_files.append(obj + '.d')
110 return src, obj
111
112 def _link (self, body,
113 headers, include_dirs,

Callers 4

check_typeMethod · 0.95
check_type_sizeMethod · 0.95
single_compileFunction · 0.45

Calls 1

_wrap_methodMethod · 0.95

Tested by

no test coverage detected