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

Method test_chain_from_iterable

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

Source from the content-addressed store, hash-verified

2025 self.makecycle(chain(a), a)
2026
2027 def test_chain_from_iterable(self):
2028 a = []
2029 self.makecycle(chain.from_iterable([a]), a)
2030
2031 def test_combinations(self):
2032 a = []

Callers

nothing calls this directly

Calls 1

makecycleMethod · 0.95

Tested by

no test coverage detected