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

Function customized_ccompiler

numpy/distutils/system_info.py:217–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215global_compiler = None
216
217def customized_ccompiler():
218 global global_compiler
219 if not global_compiler:
220 global_compiler = _customized_ccompiler()
221 return global_compiler
222
223
224def _c_string_literal(s):

Callers 5

library_extensionsMethod · 0.70
get_cblas_libsMethod · 0.70
_calc_infoMethod · 0.70
check_symbolsMethod · 0.70
check_embedded_lapackMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected