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

Function clean_targets

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

Source from the content-addressed store, hash-verified

311
312
313def clean_targets(context):
314 if context.target in {"all", "build"}:
315 clean("build")
316
317 for host in HOSTS:
318 if context.target in {"all", "hosts", host}:
319 clean(host)
320
321
322def setup_ci():

Callers

nothing calls this directly

Calls 1

cleanFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…