MCPcopy
hub / github.com/dask/dask / _offset

Function _offset

dask/array/core.py:5418–5420  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

5416 """
5417
5418 def _offset(*args):
5419 args2 = list(map(add, args, offset))
5420 return func(*args2)
5421
5422 with contextlib.suppress(Exception):
5423 _offset.__name__ = f"offset_{func.__name__}"

Callers

nothing calls this directly

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…