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

Method chunks

dask/array/_array_expr/_overlap.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73
74 @functools.cached_property
75 def chunks(self):
76 return tuple(map(tuple, _overlap_internal_chunks(self.array.chunks, self.axes)))
77
78 @functools.cached_property
79 def _name(self) -> str:

Callers

nothing calls this directly

Calls 1

_overlap_internal_chunksFunction · 0.70

Tested by

no test coverage detected