MCPcopy
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_daFunction · 0.80
create_pandas_daFunction · 0.80
test_outer_indexingFunction · 0.80
test_vectorized_indexingFunction · 0.80
swappable_dimsMethod · 0.80
mainFunction · 0.80
setupMethod · 0.80
_update_bounds_encodingFunction · 0.80
decode_cf_variablesFunction · 0.80
_encode_coordinatesFunction · 0.80
cf_encoderFunction · 0.80
_filter_attrsFunction · 0.80

Calls 1

_warnMethod · 0.95

Tested by 15

create_transform_daFunction · 0.64
create_pandas_daFunction · 0.64
test_outer_indexingFunction · 0.64
test_vectorized_indexingFunction · 0.64
swappable_dimsMethod · 0.64
assertLazyAndMethod · 0.64
test_minimize_graph_sizeFunction · 0.64
test_dtypeFunction · 0.64