Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ test_roll
Method
test_roll
xarray/tests/test_indexes.py:92–93 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
90
index.equals(CustomIndex({
"y"
: 2}))
91
92
def
test_roll(self, index) -> None:
93
assert index.roll({}) is None
94
95
def
test_rename(self, index) -> None:
96
assert index.rename({}, {}) is index
Callers
nothing calls this directly
Calls
1
roll
Method · 0.45
Tested by
no test coverage detected