Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dtupleobject.c.h17 tuple_index_impl(PyTupleObject *self, PyObject *value, Py_ssize_t start,
32 return_value = tuple_index_impl(self, value, start, stop); in tuple_index()
/external/python/cpython3/Objects/
Dtupleobject.c540 tuple_index_impl(PyTupleObject *self, PyObject *value, Py_ssize_t start, in tuple_index_impl() function