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

Method async_get_duck_array

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

Source from the content-addressed store, hash-verified

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())
84
85 def __repr__(self) -> str:
86 return f"{type(self).__name__}({self.array!r}, func={self.func!r}, dtype={self.dtype!r})"

Callers

nothing calls this directly

Calls 1

funcMethod · 0.45

Tested by

no test coverage detected