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

Method async_get_duck_array

xarray/core/indexing.py:926–927  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

924 return self.array.get_duck_array()
925
926 async def async_get_duck_array(self):
927 return await self.array.async_get_duck_array()
928
929 def _oindex_get(self, indexer: OuterIndexer):
930 return type(self)(_wrap_numpy_scalars(self.array.oindex[indexer]))

Callers

nothing calls this directly

Calls 1

async_get_duck_arrayMethod · 0.45

Tested by

no test coverage detected