MCPcopy 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
12def _get_compiler():
13 ccompiler = new_compiler()
14 customize_compiler(ccompiler)
15 return ccompiler
16
17
18def compile_test_program(code, extra_preargs=[], extra_postargs=[]):

Callers 2

test_helpersFunction · 0.90
compile_test_programFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_helpersFunction · 0.72