Home | History | Annotate | Download | only in Modules

Lines Matching refs:index_

3387     PyObject* index_ = Py_False; /* zero */

3388 if (!PyArg_UnpackTuple(args, "start", 0, 1, &index_))
3391 index = match_getindex(self, index_);
3410 PyObject* index_ = Py_False; /* zero */
3411 if (!PyArg_UnpackTuple(args, "end", 0, 1, &index_))
3414 index = match_getindex(self, index_);
3460 PyObject* index_ = Py_False; /* zero */
3461 if (!PyArg_UnpackTuple(args, "span", 0, 1, &index_))
3464 index = match_getindex(self, index_);