Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _offset
Function
_offset
dask/array/core.py:5215–5217 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
5213
""
"
5214
5215
def
_offset(*args):
5216
args2 = list(map(add, args, offset))
5217
return
func(*args2)
5218
5219
with
contextlib.suppress(Exception):
5220
_offset.__name__ =
"offset_"
+ func.__name__
Callers
nothing calls this directly
Calls
1
func
Function · 0.70
Tested by
no test coverage detected