Home
last modified time | relevance | path

Searched refs:tuple_index_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Dtupleobject.c.h17 tuple_index_impl(PyTupleObject *self, PyObject *value, Py_ssize_t start,
45 return_value = tuple_index_impl(self, value, start, stop); in tuple_index()
/third_party/python/Objects/
Dtupleobject.c609 tuple_index_impl(PyTupleObject *self, PyObject *value, Py_ssize_t start, in tuple_index_impl() function