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

Function fname2def

numpy/core/setup_common.py:211–212  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

209 'attribute_nonnull'),
210 ]
211def fname2def(name):
212 return "HAVE_%s" % name.upper()
213
214def sym2def(symbol):
215 define = symbol.replace(' ', '')

Callers 4

check_funcs_onceFunction · 0.85
check_funcsFunction · 0.85
check_math_capabilitiesFunction · 0.85
check_precFunction · 0.85

Calls 1

upperMethod · 0.80

Tested by

no test coverage detected