(self)
| 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() |
nothing calls this directly
no test coverage detected