Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlistobject.c914 list_inplace_concat(PyListObject *self, PyObject *other) in list_inplace_concat() function
2535 (binaryfunc)list_inplace_concat, /* sq_inplace_concat */
/external/python/cpython3/Objects/
Dlistobject.c965 list_inplace_concat(PyListObject *self, PyObject *other) in list_inplace_concat() function
2794 (binaryfunc)list_inplace_concat, /* sq_inplace_concat */