MCPcopy
hub / github.com/pydata/xarray / update

Method update

xarray/core/datatree.py:1079–1079  ·  view source on GitHub ↗
(self, other: Dataset)

Source from the content-addressed store, hash-verified

1077
1078 @overload
1079 def update(self, other: Dataset) -> None: ...
1080
1081 @overload
1082 def update(self, other: Mapping[Hashable, DataArray | Variable]) -> None: ...

Callers 7

_setMethod · 0.95
test_updateMethod · 0.95
assignMethod · 0.45
_get_all_dimsMethod · 0.45

Calls 7

to_datasetMethod · 0.95
_replace_nodeMethod · 0.95
dataset_update_methodFunction · 0.90
typeFunction · 0.85
itemsMethod · 0.80
copyMethod · 0.45
_construct_directMethod · 0.45