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

Method get_duck_array

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

Source from the content-addressed store, hash-verified

921 self._copied = True
922
923 def get_duck_array(self):
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()

Callers

nothing calls this directly

Calls 1

get_duck_arrayMethod · 0.45

Tested by

no test coverage detected