Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ items
Method
items
xarray/core/utils.py:565–567 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
563
return
super().keys()
564
565
def
items(self) -> ItemsView[K, V]:
566
self._warn()
567
return
super().items()
568
569
def
values(self) -> ValuesView[V]:
570
self._warn()
Callers
15
create_transform_da
Function · 0.80
create_pandas_da
Function · 0.80
test_outer_indexing
Function · 0.80
test_vectorized_indexing
Function · 0.80
swappable_dims
Method · 0.80
main
Function · 0.80
setup
Method · 0.80
_update_bounds_encoding
Function · 0.80
decode_cf_variables
Function · 0.80
_encode_coordinates
Function · 0.80
cf_encoder
Function · 0.80
_filter_attrs
Function · 0.80
Calls
1
_warn
Method · 0.95
Tested by
15
create_transform_da
Function · 0.64
create_pandas_da
Function · 0.64
test_outer_indexing
Function · 0.64
test_vectorized_indexing
Function · 0.64
swappable_dims
Method · 0.64
test_2d_function_and_method_signature_same
Method · 0.64
assertLazyAnd
Method · 0.64
test_map_blocks_da_ds_with_template
Function · 0.64
test_minimize_graph_size
Function · 0.64
test_dtype
Function · 0.64
test_groupby_properties
Method · 0.64
test_auto_combine_2d_combine_attrs_kwarg
Method · 0.64