(self, keep_attrs: bool | None)
| 898 | ) |
| 899 | |
| 900 | def _counts(self, keep_attrs: bool | None) -> Dataset: |
| 901 | return self._dataset_implementation( |
| 902 | DataArrayRolling._counts, keep_attrs=keep_attrs |
| 903 | ) |
| 904 | |
| 905 | def _array_reduce( |
| 906 | self, |
nothing calls this directly
no test coverage detected