MCPcopy
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
30def unzip(iterable):
31 return zip(*iterable, strict=True)
32
33
34def assert_chunks_compatible(a: Dataset, b: Dataset):

Callers 1

map_blocksFunction · 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…