Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
def
load_config_toml():
36
with
CONFIG_FILE.open(
"rb"
)
as
file:
37
return
tomllib.load(file)
38
39
40
@functools.cache
Callers
5
required_emscripten_version
Function · 0.85
make_emscripten_libffi
Function · 0.85
make_mpdec
Function · 0.85
calculate_node_path
Function · 0.85
run_emscripten_python
Function · 0.85
Calls
2
open
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…