MCPcopy
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_daFunction · 0.80
create_pandas_daFunction · 0.80
dataset_io.pyFile · 0.80
decode_cf_variablesFunction · 0.80
cftime_offsets.pyFile · 0.80
_temp_dataarrayFunction · 0.80
_prepare_plot1d_dataFunction · 0.80
_infer_meta_dataFunction · 0.80
_guess_coords_to_plotFunction · 0.80
broadcast_toMethod · 0.80
_get_chunkFunction · 0.80
guess_chunkmanagerFunction · 0.80

Calls 1

_warnMethod · 0.95