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

Method test_chain

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

Source from the content-addressed store, hash-verified

1973 self.makecycle(batched([1,2,a,3], 2), a)
1974
1975 def test_chain(self):
1976 a = []
1977 self.makecycle(chain(a), a)
1978
1979 def test_chain_from_iterable(self):
1980 a = []

Callers

nothing calls this directly

Calls 1

makecycleMethod · 0.95

Tested by

no test coverage detected