These classes are applied to in-memory arrays, so specific async support isn't needed.
(self)
| 666 | return self[key] |
| 667 | |
| 668 | async def async_get_duck_array(self): |
| 669 | """These classes are applied to in-memory arrays, so specific async support isn't needed.""" |
| 670 | return self.get_duck_array() |
| 671 | |
| 672 | |
| 673 | class ImplicitToExplicitIndexingAdapter(NDArrayMixin): |
no test coverage detected