Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtupleobject.c509 tupleindex(PyTupleObject *self, PyObject *args) in tupleindex() function
770 {"index", (PyCFunction)tupleindex, METH_VARARGS, index_doc},