MCPcopy Create free account
hub / github.com/dask/dask / wrapper

Function wrapper

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_should_delegateFunction · 0.85
fFunction · 0.50

Tested by

no test coverage detected