MCPcopy
hub / github.com/dask/dask / wrapper

Function wrapper

dask/array/core.py:239–243  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

237
238 @wraps(f)
239 def wrapper(self, other):
240 if _should_delegate(self, other):
241 return NotImplemented
242 else:
243 return f(self, other)
244
245 return wrapper
246

Callers

nothing calls this directly

Calls 2

_should_delegateFunction · 0.85
fFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…