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

Method _counts

xarray/computation/rolling.py:900–903  ·  view source on GitHub ↗
(self, keep_attrs: bool | None)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected