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

Function make_build_python

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

Source from the content-addressed store, hash-verified

200
201
202def make_build_python(context):
203 os.chdir(subdir("build"))
204 run(["make", "-j", str(os.cpu_count())])
205
206
207# To create new builds of these dependencies, usually all that's necessary is to

Callers 1

build_targetsFunction · 0.70

Calls 4

strFunction · 0.85
cpu_countMethod · 0.80
subdirFunction · 0.70
runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…