Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ make_dependencies
Function
make_dependencies
Platforms/emscripten/__main__.py:427–429 ·
view source on GitHub ↗
(context)
Source
from the content-addressed store, hash-verified
425
426
427
def
make_dependencies(context):
428
make_emscripten_libffi(context)
429
make_mpdec(context)
430
431
432
def
calculate_node_path():
Callers
nothing calls this directly
Calls
2
make_emscripten_libffi
Function · 0.85
make_mpdec
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…