Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ values
Method
values
xarray/core/utils.py:569–571 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
567
return
super().items()
568
569
def
values(self) -> ValuesView[V]:
570
self._warn()
571
return
super().values()
572
573
574
class
FilteredMapping(Mapping[K, V]):
Callers
2
contains_only_chunked_or_numpy
Function · 0.45
_get_func_args
Function · 0.45
Calls
1
_warn
Method · 0.95
Tested by
no test coverage detected