Lines Matching refs:start
293 for start in indices:
297 self.assertEqual(b[start:stop:step], self.type2test(L[start:stop:step]))
1416 del b[:1] # Advance start pointer without reallocating
1430 for start in indices:
1438 data = L[start:stop:step]
1440 L[start:stop:step] = data
1441 b[start:stop:step] = data
1444 del L[start:stop:step]
1445 del b[start:stop:step]