Searched refs:tuple_index_impl (Results 1 – 2 of 2) sorted by relevance
17 tuple_index_impl(PyTupleObject *self, PyObject *value, Py_ssize_t start,45 return_value = tuple_index_impl(self, value, start, stop); in tuple_index()
609 tuple_index_impl(PyTupleObject *self, PyObject *value, Py_ssize_t start, in tuple_index_impl() function