Lines Matching full:dups
308 self.assertEqual(perm, [t for t in prod if len(set(t))==r]) # perm: prods with no dups310 self.assertEqual(comb, [t for t in cwr if len(set(t))==r]) # comb: cwrs without dups