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

Method update

xarray/core/utils.py:644–645  ·  view source on GitHub ↗
(self, values: Iterable[T])

Source from the content-addressed store, hash-verified

642 # Additional methods
643
644 def update(self, values: Iterable[T]) -> None:
645 self._d.update(dict.fromkeys(values))
646
647 def __repr__(self) -> str:
648 return f"{type(self).__name__}({list(self)!r})"

Callers 5

__init__Method · 0.95
_copy_listedMethod · 0.95
interpFunction · 0.95
compat_dict_unionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected