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

Method test_combinations_with_replacement

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

Source from the content-addressed store, hash-verified

1985 self.makecycle(combinations([1,2,a,3], 3), a)
1986
1987 def test_combinations_with_replacement(self):
1988 a = []
1989 self.makecycle(combinations_with_replacement([1,2,a,3], 3), a)
1990
1991 def test_compress(self):
1992 a = []

Callers

nothing calls this directly

Calls 1

makecycleMethod · 0.95

Tested by

no test coverage detected