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

Method test_repeat

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

Source from the content-addressed store, hash-verified

2055 self.makecycle(product([1,2,a,3], repeat=3), a)
2056
2057 def test_repeat(self):
2058 a = []
2059 self.makecycle(repeat(a), a)
2060
2061 def test_starmap(self):
2062 a = []

Callers

nothing calls this directly

Calls 2

makecycleMethod · 0.95
repeatFunction · 0.85

Tested by

no test coverage detected