MCPcopy Index your code
hub / github.com/python/cpython / required_emscripten_version

Function required_emscripten_version

Platforms/emscripten/__main__.py:41–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40@functools.cache
41def required_emscripten_version():
42 return load_config_toml()["emscripten-version"]
43
44
45@functools.cache

Callers 3

emsdk_cache_rootFunction · 0.85
validate_emsdk_versionFunction · 0.85
install_emscriptenFunction · 0.85

Calls 1

load_config_tomlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…