Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ build_func_data
Function
build_func_data
numpy/core/code_generators/generate_umath.py:145–147 ·
view source on GitHub ↗
(types, f)
Source
from the content-addressed store, hash-verified
143
)
144
145
def
build_func_data(types, f):
146
func_data = [_floatformat_map.get(t,
'%s'
) % (f,)
for
t in types]
147
return
func_data
148
149
def
TD(types, f=None, astype=None, in_=None, out=None, cfunc_alias=None,
150
dispatch=None):
Callers
1
TD
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected