Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ unzip
Function
unzip
xarray/core/parallel.py:30–31 ·
view source on GitHub ↗
(iterable)
Source
from the content-addressed store, hash-verified
28
29
30
def
unzip(iterable):
31
return
zip(*iterable, strict=True)
32
33
34
def
assert_chunks_compatible(a: Dataset, b: Dataset):
Callers
1
map_blocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…