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

Function configure_build_python

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

Source from the content-addressed store, hash-verified

189
190
191def configure_build_python(context):
192 if context.clean:
193 clean("build")
194 os.chdir(subdir("build", create=True))
195
196 command = [relpath(PYTHON_DIR / "configure")]
197 if context.args:
198 command.extend(context.args)
199 run(command)
200
201
202def make_build_python(context):

Callers 1

build_targetsFunction · 0.70

Calls 5

relpathFunction · 0.90
cleanFunction · 0.70
subdirFunction · 0.70
runFunction · 0.70
extendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…