MCPcopy 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
427def make_dependencies(context):
428 make_emscripten_libffi(context)
429 make_mpdec(context)
430
431
432def calculate_node_path():

Callers

nothing calls this directly

Calls 2

make_emscripten_libffiFunction · 0.85
make_mpdecFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…