Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_itertools.py333 def cwr2(iterable, r): function
370 … self.assertEqual(result, list(cwr2(values, r))) # matches second pure python version