MCPcopy
hub / github.com/pydata/xarray / __getitem__

Method __getitem__

xarray/core/dataset.py:1335–1335  ·  view source on GitHub ↗
(self, key: Hashable)

Source from the content-addressed store, hash-verified

1333
1334 @overload
1335 def __getitem__(self, key: Hashable) -> DataArray: ...
1336
1337 # Mapping is Iterable
1338 @overload

Callers

nothing calls this directly

Calls 6

iselMethod · 0.95
_construct_dataarrayMethod · 0.95
_copy_listedMethod · 0.95
shorten_list_reprFunction · 0.90
typeFunction · 0.85
keysMethod · 0.80

Tested by

no test coverage detected