Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
isel
Method · 0.95
_construct_dataarray
Method · 0.95
_copy_listed
Method · 0.95
shorten_list_repr
Function · 0.90
type
Function · 0.85
keys
Method · 0.80
Tested by
no test coverage detected