Home | History | Annotate | Download | only in Objects

Lines Matching defs:slice

324     PySliceObject *slice = (PySliceObject *) _slice;
330 error = _PySlice_GetLongIndices(slice, r->length, &start, &stop, &step);