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

Function build_targets

Android/android.py:298–306  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

296
297
298def build_targets(context):
299 if context.target in {"all", "build"}:
300 configure_build_python(context)
301 make_build_python(context)
302
303 for host in HOSTS:
304 if context.target in {"all", "hosts", host}:
305 configure_host_python(context, host)
306 make_host_python(context, host)
307
308
309def clean(host):

Callers

nothing calls this directly

Calls 4

configure_build_pythonFunction · 0.70
make_build_pythonFunction · 0.70
configure_host_pythonFunction · 0.70
make_host_pythonFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…