Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_set
Method · 0.95
test_parent_already_has_variable_with_childs_name_update
Method · 0.95
test_update
Method · 0.95
test_update_new_named_dataarray
Method · 0.95
test_update_doesnt_alter_child_name
Method · 0.95
assign
Method · 0.45
_get_all_dims
Method · 0.45
Calls
7
to_dataset
Method · 0.95
_replace_node
Method · 0.95
dataset_update_method
Function · 0.90
type
Function · 0.85
items
Method · 0.80
copy
Method · 0.45
_construct_direct
Method · 0.45
Tested by
4
test_parent_already_has_variable_with_childs_name_update
Method · 0.76
test_update
Method · 0.76
test_update_new_named_dataarray
Method · 0.76
test_update_doesnt_alter_child_name
Method · 0.76