(
self,
dim: Dims,
*,
func: str,
skipna: bool | None = None,
keep_attrs: bool | None = None,
**kwargs: Any,
)
| 6811 | raise NotImplementedError() |
| 6812 | |
| 6813 | def _flox_scan( |
| 6814 | self, |
| 6815 | dim: Dims, |
| 6816 | *, |
| 6817 | func: str, |
| 6818 | skipna: bool | None = None, |
| 6819 | keep_attrs: bool | None = None, |
| 6820 | **kwargs: Any, |
| 6821 | ) -> DataArray: |
| 6822 | raise NotImplementedError() |
| 6823 | |
| 6824 | def count( |
| 6825 | self, |