MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / path_from_root

Function path_from_root

tools/utils.py:76–77  ·  view source on GitHub ↗
(*pathelems)

Source from the content-addressed store, hash-verified

74
75
76def path_from_root(*pathelems):
77 return str(Path(__rootpath__, *pathelems))
78
79
80def exe_path_from_root(*pathelems):

Callers 15

emscripten.pyFile · 0.90
compile_javascriptFunction · 0.90
js_optimizer.pyFile · 0.90
mainFunction · 0.90
write_fileFunction · 0.90
mainFunction · 0.90
common.pyFile · 0.90
setUpMethod · 0.90
browser_common.pyFile · 0.90

Calls

no outgoing calls

Tested by 15

test_firstrunMethod · 0.68
test_emrunMethod · 0.68
verify_includesMethod · 0.68
test_js_optimizerMethod · 0.68
test_js_optimizer_pyMethod · 0.68
test_sconsMethod · 0.68
test_scons_envMethod · 0.68