Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ _get_compiler
Function
_get_compiler
ot/helpers/pre_build_helpers.py:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
_get_compiler():
13
ccompiler = new_compiler()
14
customize_compiler(ccompiler)
15
return
ccompiler
16
17
18
def
compile_test_program(code, extra_preargs=[], extra_postargs=[]):
Callers
2
test_helpers
Function · 0.90
compile_test_program
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_helpers
Function · 0.72