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

Method test_roll

xarray/tests/test_duck_array_wrapping.py:504–506  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

502 assert isinstance(result.data, self.Array)
503
504 def test_roll(self):
505 result = self.x.roll(x=1)
506 assert isinstance(result.data, self.Array)
507
508 def test_pad(self):
509 result = self.x.pad(x=1)

Callers

nothing calls this directly

Calls 1

rollMethod · 0.45

Tested by

no test coverage detected