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

Function customized_ccompiler

numpy/distutils/__init__.py:61–64  ·  view source on GitHub ↗
(plat=None, compiler=None, verbose=1)

Source from the content-addressed store, hash-verified

59 return c
60
61def customized_ccompiler(plat=None, compiler=None, verbose=1):
62 c = ccompiler.new_compiler(plat=plat, compiler=compiler, verbose=verbose)
63 c.customize('')
64 return c

Callers 3

have_compilerFunction · 0.90
test_compile1Method · 0.90
test_compile2Method · 0.90

Calls 1

customizeMethod · 0.80

Tested by 3

have_compilerFunction · 0.72
test_compile1Method · 0.72
test_compile2Method · 0.72