Home | History | Annotate | Download | only in test

Lines Matching refs:combinations_with_replacement

118             for indices in combinations_with_replacement(range(n), r):

145 cwr = combinations_with_replacement
280 # combinations() and combinations_with_replacement().
286 cwr = list(combinations_with_replacement(s, r))
938 self.assertEqual(list(combinations_with_replacement('ABC', 2)),
1026 self.makecycle(combinations_with_replacement([1,2,a,3], 3), a)