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

Method test_combinations

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

Source from the content-addressed store, hash-verified

2029 self.makecycle(chain.from_iterable([a]), a)
2030
2031 def test_combinations(self):
2032 a = []
2033 self.makecycle(combinations([1,2,a,3], 3), a)
2034
2035 def test_combinations_with_replacement(self):
2036 a = []

Callers

nothing calls this directly

Calls 1

makecycleMethod · 0.95

Tested by

no test coverage detected