Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dtupleobject.c433 tupleconcat(register PyTupleObject *a, register PyObject *bb) in tupleconcat() function
689 (binaryfunc)tupleconcat, /* sq_concat */
/aosp_15_r20/external/python/cpython3/Objects/
Dtupleobject.c445 tupleconcat(PyTupleObject *a, PyObject *bb) in tupleconcat() function
769 (binaryfunc)tupleconcat, /* sq_concat */