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

Function append_all

xarray/structure/merge.py:391–393  ·  view source on GitHub ↗
(variables, indexes)

Source from the content-addressed store, hash-verified

389 grouped[name].append((variable, index))
390
391 def append_all(variables, indexes):
392 for name, variable in variables.items():
393 append(name, variable, indexes.get(name))
394
395 for mapping in list_of_mappings:
396 if isinstance(mapping, Coordinates | Dataset):

Callers 1

Calls 3

appendFunction · 0.85
itemsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…