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

Function zip_mappings

xarray/tests/test_units.py:84–86  ·  view source on GitHub ↗
(*mappings)

Source from the content-addressed store, hash-verified

82
83
84def zip_mappings(*mappings):
85 for key in set(mappings[0]).intersection(*mappings[1:]):
86 yield key, tuple(m[key] for m in mappings)
87
88
89def array_extract_units(obj):

Callers 2

compatible_mappingsFunction · 0.85
test_comparisonsMethod · 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…