Home | History | Annotate | Download | only in test

Lines Matching refs:tgtargs

757         for args, tgtargs in [  # Stop when seqn is exhausted
762 self.assertEqual(list(islice(xrange(100), *args)), range(*tgtargs))