Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Darraymodule.c823 array_do_extend(arrayobject *self, PyObject *bb) in array_do_extend() function
869 if (array_do_extend(self, bb) == -1) in array_inplace_concat()
1050 if (array_do_extend(self, bb) == -1) in array_extend()
/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c1017 array_do_extend(array_state *state, arrayobject *self, PyObject *bb) in array_do_extend() function
1060 if (array_do_extend(state, self, bb) == -1) in array_inplace_concat()
1288 if (array_do_extend(state, self, bb) == -1) in array_array_extend_impl()