Home
last modified time | relevance | path

Searched refs:combinations2 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_itertools.py106 def combinations2(iterable, r): function
137 … self.assertEqual(result, list(combinations2(values, r))) # matches second pure python version
/external/python/cpython3/Lib/test/
Dtest_itertools.py242 def combinations2(iterable, r): function
273 … self.assertEqual(result, list(combinations2(values, r))) # matches second pure python version