Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtupleobject.c392 tuplecontains(PyTupleObject *a, PyObject *el) in tuplecontains() function
763 (objobjproc)tuplecontains, /* sq_contains */
/external/python/cpython2/Objects/
Dtupleobject.c368 tuplecontains(PyTupleObject *a, PyObject *el) in tuplecontains() function
695 (objobjproc)tuplecontains, /* sq_contains */