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

Function configure_make

Tools/ssl/multissltests.py:505–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

503
504
505def configure_make():
506 if not os.path.isfile('Makefile'):
507 log.info('Running ./configure')
508 subprocess.check_call([
509 './configure', '--config-cache', '--quiet',
510 '--with-pydebug'
511 ])
512
513 log.info('Running make')
514 subprocess.check_call(['make', '--quiet'])
515
516
517def main():

Callers 1

mainFunction · 0.85

Calls 2

isfileMethod · 0.45
infoMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…