MCPcopy Index your code
hub / github.com/python/cpython / test_batched

Method test_batched

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

Source from the content-addressed store, hash-verified

2017 self.makecycle(accumulate([1,2,a,3]), a)
2018
2019 def test_batched(self):
2020 a = []
2021 self.makecycle(batched([1,2,a,3], 2), a)
2022
2023 def test_chain(self):
2024 a = []

Callers

nothing calls this directly

Calls 1

makecycleMethod · 0.95

Tested by

no test coverage detected