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

Method test_cycle

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

Source from the content-addressed store, hash-verified

2046 self.makecycle(count(Int(0), Int(1)), a)
2047
2048 def test_cycle(self):
2049 a = []
2050 self.makecycle(cycle([a]*2), a)
2051
2052 def test_dropwhile(self):
2053 a = []

Callers

nothing calls this directly

Calls 1

makecycleMethod · 0.95

Tested by

no test coverage detected