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

Method get_duck_array

xarray/coding/common.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 return type(self)(self.array[key], self.func, self.dtype)
78
79 def get_duck_array(self):
80 return self.func(self.array.get_duck_array())
81
82 async def async_get_duck_array(self):
83 return self.func(await self.array.async_get_duck_array())

Callers

nothing calls this directly

Calls 1

funcMethod · 0.45

Tested by

no test coverage detected