MCPcopy Index your code
hub / github.com/dask/dask / frompyfunc

Function frompyfunc

dask/array/_array_expr/_ufunc.py:69–72  ·  view source on GitHub ↗
(func, nin, nout)

Source from the content-addressed store, hash-verified

67
68@derived_from(np)
69def frompyfunc(func, nin, nout):
70 if nout > 1:
71 raise NotImplementedError("frompyfunc with more than one output")
72 return ufunc(da_frompyfunc(func, nin, nout))
73
74
75class ufunc:

Callers

nothing calls this directly

Calls 2

ufuncClass · 0.70
da_frompyfuncClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…