MCPcopy Create free account
hub / github.com/numpy/numpy / manifest_name

Function manifest_name

numpy/distutils/mingw32ccompiler.py:570–574  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

568 return os.path.splitext(base)[0]
569
570def manifest_name(config):
571 # Get configest name (including suffix)
572 root = configtest_name(config)
573 exext = config.compiler.exe_extension
574 return root + exext + ".manifest"
575
576def rc_name(config):
577 # Get configtest name (including suffix)

Callers 1

generate_manifestFunction · 0.85

Calls 1

configtest_nameFunction · 0.85

Tested by

no test coverage detected