Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ reset
Method
reset
xarray/groupers.py:236–237 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
234
return
self._group_as_index
235
236
def
reset(self) -> Self:
237
return
type(self)()
238
239
def
factorize(self, group: T_Group) -> EncodedGroups:
240
self.group = group
Callers
nothing calls this directly
Calls
1
type
Function · 0.85
Tested by
no test coverage detected