Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ keys
Method
keys
xarray/core/utils.py:561–563 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
559
return
super().get(key, default)
560
561
def
keys(self) -> KeysView[K]:
562
self._warn()
563
return
super().keys()
564
565
def
items(self) -> ItemsView[K, V]:
566
self._warn()
Callers
15
create_transform_da
Function · 0.80
create_pandas_da
Function · 0.80
dataset_io.py
File · 0.80
decode_cf_variables
Function · 0.80
cftime_offsets.py
File · 0.80
_temp_dataarray
Function · 0.80
_prepare_plot1d_data
Function · 0.80
_infer_meta_data
Function · 0.80
_guess_coords_to_plot
Function · 0.80
broadcast_to
Method · 0.80
_get_chunk
Function · 0.80
guess_chunkmanager
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_graph_manipulation
Function · 0.64
test_to_xarray_index_types
Method · 0.64
test_to_xarray_with_multiindex
Method · 0.64
test_to_xarray_index_types
Method · 0.64
test_to_xarray_empty
Method · 0.64
test_to_xarray_with_multiindex
Method · 0.64
test_groupby_dataset_order
Function · 0.64
test_groupby_properties
Method · 0.64
assert_combined_tile_ids_equal
Function · 0.64
test_get_new_tile_ids
Method · 0.64