MCPcopy 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
145def build_func_data(types, f):
146 func_data = [_floatformat_map.get(t, '%s') % (f,) for t in types]
147 return func_data
148
149def TD(types, f=None, astype=None, in_=None, out=None, cfunc_alias=None,
150 dispatch=None):

Callers 1

TDFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected