MCPcopy
hub / github.com/pydata/xarray / reset

Method reset

xarray/groupers.py:1108–1109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1106 return chunks_tuple
1107
1108 def reset(self) -> Self:
1109 return type(self)(seasons=self.seasons, drop_incomplete=self.drop_incomplete)

Callers

nothing calls this directly

Calls 1

typeFunction · 0.85

Tested by

no test coverage detected