Home | History | Annotate | Download | only in Objects

Lines Matching full:substart

327     PyObject *substart = NULL, *substop = NULL, *substep = NULL;
338 substart = compute_item(r, start);
339 if (substart == NULL) goto fail;
346 result = make_range_object(Py_TYPE(r), substart, substop, substep);
354 Py_XDECREF(substart);