MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_batched

Method test_batched

Lib/test/test_itertools.py:1971–1973  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1969 self.makecycle(accumulate([1,2,a,3]), a)
1970
1971 def test_batched(self):
1972 a = []
1973 self.makecycle(batched([1,2,a,3], 2), a)
1974
1975 def test_chain(self):
1976 a = []

Callers

nothing calls this directly

Calls 1

makecycleMethod · 0.95

Tested by

no test coverage detected