MCPcopy 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
150def build_func_data(types, f):
151 func_data = [_floatformat_map.get(t, '%s') % (f,) for t in types]
152 return func_data
153
154def TD(types, f=None, astype=None, in_=None, out=None, cfunc_alias=None,
155 dispatch=None):

Callers 1

TDFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…