Home | History | Annotate | Download | only in Modules

Lines Matching refs:index_

3464     PyObject* index_ = Py_False; /* zero */
3465 if (!PyArg_UnpackTuple(args, "start", 0, 1, &index_))
3468 index = match_getindex(self, index_);
3487 PyObject* index_ = Py_False; /* zero */
3488 if (!PyArg_UnpackTuple(args, "end", 0, 1, &index_))
3491 index = match_getindex(self, index_);
3537 PyObject* index_ = Py_False; /* zero */
3538 if (!PyArg_UnpackTuple(args, "span", 0, 1, &index_))
3541 index = match_getindex(self, index_);