Searched refs:substep (Results 1 – 2 of 2) sorted by relevance
335 PyObject *substart = NULL, *substop = NULL, *substep = NULL; in compute_slice() local342 substep = PyNumber_Multiply(r->step, step); in compute_slice()343 if (substep == NULL) goto fail; in compute_slice()354 result = make_range_object(Py_TYPE(r), substart, substop, substep); in compute_slice()364 Py_XDECREF(substep); in compute_slice()
2010 use the above algorithm as a substep on the disjuncts in the relation.