MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_chain_from_iterable

Method test_chain_from_iterable

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

Source from the content-addressed store, hash-verified

1977 self.makecycle(chain(a), a)
1978
1979 def test_chain_from_iterable(self):
1980 a = []
1981 self.makecycle(chain.from_iterable([a]), a)
1982
1983 def test_combinations(self):
1984 a = []

Callers

nothing calls this directly

Calls 2

makecycleMethod · 0.95
from_iterableMethod · 0.80

Tested by

no test coverage detected