Home
last modified time | relevance | path

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

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