Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
def
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_compiler
Function · 0.90
test_compile1
Method · 0.90
test_compile2
Method · 0.90
Calls
1
customize
Method · 0.80
Tested by
3
have_compiler
Function · 0.72
test_compile1
Method · 0.72
test_compile2
Method · 0.72