Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ build_func_data
Function
build_func_data
numpy/_core/code_generators/generate_umath.py:150–152 ·
view source on GitHub ↗
(types, f)
Source
from the content-addressed store, hash-verified
148
}
149
150
def
build_func_data(types, f):
151
func_data = [_floatformat_map.get(t,
'%s'
) % (f,)
for
t in types]
152
return
func_data
153
154
def
TD(types, f=None, astype=None, in_=None, out=None, cfunc_alias=None,
155
dispatch=None):
Callers
1
TD
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…