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

Function append

xarray/structure/merge.py:388–389  ·  view source on GitHub ↗
(name, variable, index)

Source from the content-addressed store, hash-verified

386 grouped: dict[Hashable, list[MergeElement]] = defaultdict(list)
387
388 def append(name, variable, index):
389 grouped[name].append((variable, index))
390
391 def append_all(variables, indexes):
392 for name, variable in variables.items():

Callers 2

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