Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ test_combinations
Method
test_combinations
Lib/test/test_itertools.py:1983–1985 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1981
self.makecycle(chain.from_iterable([a]), a)
1982
1983
def
test_combinations(self):
1984
a = []
1985
self.makecycle(combinations([1,2,a,3], 3), a)
1986
1987
def
test_combinations_with_replacement(self):
1988
a = []
Callers
nothing calls this directly
Calls
1
makecycle
Method · 0.95
Tested by
no test coverage detected