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

Method __getitem__

xarray/core/utils.py:547–549  ·  view source on GitHub ↗
(self, key: K)

Source from the content-addressed store, hash-verified

545 )
546
547 def __getitem__(self, key: K) -> V:
548 self._warn()
549 return super().__getitem__(key)
550
551 @overload
552 def get(self, key: K, /) -> V | None: ...

Callers

nothing calls this directly

Calls 2

_warnMethod · 0.95
__getitem__Method · 0.45

Tested by

no test coverage detected