MCPcopy Index your code
hub / github.com/pydata/xarray / unify_chunks

Function unify_chunks

xarray/structure/chunks.py:124–124  ·  view source on GitHub ↗
(obj: _T, /)

Source from the content-addressed store, hash-verified

122
123@overload
124def unify_chunks(obj: _T, /) -> tuple[_T]: ...
125
126
127@overload

Callers 3

unify_chunksMethod · 0.90
unify_chunksMethod · 0.90
unify_chunksMethod · 0.85

Calls 7

get_chunked_array_typeFunction · 0.90
_to_temp_datasetMethod · 0.80
itemsMethod · 0.80
_from_temp_datasetMethod · 0.80
copyMethod · 0.45
valuesMethod · 0.45
unify_chunksMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…