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

Function load_config_toml

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

Source from the content-addressed store, hash-verified

33
34@functools.cache
35def load_config_toml():
36 with CONFIG_FILE.open("rb") as file:
37 return tomllib.load(file)
38
39
40@functools.cache

Callers 5

make_emscripten_libffiFunction · 0.85
make_mpdecFunction · 0.85
calculate_node_pathFunction · 0.85
run_emscripten_pythonFunction · 0.85

Calls 2

openMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…