MCPcopy Index your code
hub / github.com/pydata/xarray / async_getitem

Method async_getitem

xarray/backends/common.py:317–318  ·  view source on GitHub ↗
(self, key: indexing.ExplicitIndexer)

Source from the content-addressed store, hash-verified

315 __slots__ = ()
316
317 async def async_getitem(self, key: indexing.ExplicitIndexer) -> np.typing.ArrayLike:
318 raise NotImplementedError("Backend does not support asynchronous loading")
319
320 def get_duck_array(self, dtype: np.typing.DTypeLike | None = None):
321 key = indexing.BasicIndexer((slice(None),) * self.ndim)

Callers 3

async_get_duck_arrayMethod · 0.95
async_get_duck_arrayMethod · 0.45
async_get_duck_arrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected