Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtupleobject.c699 tuplesubscript(PyTupleObject* self, PyObject* item) in tuplesubscript() function
777 (binaryfunc)tuplesubscript,
/external/python/cpython3/Objects/
Dtupleobject.c767 tuplesubscript(PyTupleObject* self, PyObject* item) in tuplesubscript() function
844 (binaryfunc)tuplesubscript,