Home
last modified time | relevance | path

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

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