Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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_delegate
Function · 0.85
f
Function · 0.50
Tested by
no test coverage detected