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

Function merge_mappings

xarray/tests/test_units.py:76–81  ·  view source on GitHub ↗
(base, *mappings)

Source from the content-addressed store, hash-verified

74
75
76def merge_mappings(base, *mappings):
77 result = base.copy()
78 for m in mappings:
79 result.update(m)
80
81 return result
82
83
84def zip_mappings(*mappings):

Callers 4

test_initMethod · 0.85
test_broadcast_equalsMethod · 0.85

Calls 2

copyMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…