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

Function rc_name

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

Source from the content-addressed store, hash-verified

574 return root + exext + ".manifest"
575
576def rc_name(config):
577 # Get configtest name (including suffix)
578 root = configtest_name(config)
579 return root + ".rc"
580
581def generate_manifest(config):
582 msver = get_build_msvc_version()

Callers

nothing calls this directly

Calls 1

configtest_nameFunction · 0.85

Tested by

no test coverage detected