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

Function _offset

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected