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

Function configtest_name

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

Source from the content-addressed store, hash-verified

564 "(%d)" % (int(msver), maj))
565
566def configtest_name(config):
567 base = os.path.basename(config._gen_temp_sourcefile("yo", [], "c"))
568 return os.path.splitext(base)[0]
569
570def manifest_name(config):
571 # Get configest name (including suffix)

Callers 2

manifest_nameFunction · 0.85
rc_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected