Searched refs:tail_contains (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dtypeobject.c1401 tail_contains(PyObject *list, int whence, PyObject *o) { function
1542 if (tail_contains(j_lst, remain[j], candidate)) {
/external/python/cpython3/Objects/
H A Dtypeobject.c1534 tail_contains(PyObject *list, int whence, PyObject *o) { function
1688 if (tail_contains(j_lst, remain[j], candidate))

Completed in 459 milliseconds