Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
]
211
def
fname2def(name):
212
return
"HAVE_%s"
% name.upper()
213
214
def
sym2def(symbol):
215
define = symbol.replace(
' '
,
''
)
Callers
4
check_funcs_once
Function · 0.85
check_funcs
Function · 0.85
check_math_capabilities
Function · 0.85
check_prec
Function · 0.85
Calls
1
upper
Method · 0.80
Tested by
no test coverage detected