Searched refs:array_do_extend (Results 1 – 2 of 2) sorted by relevance
823 array_do_extend(arrayobject *self, PyObject *bb) in array_do_extend() function869 if (array_do_extend(self, bb) == -1) in array_inplace_concat()1050 if (array_do_extend(self, bb) == -1) in array_extend()
1000 array_do_extend(arrayobject *self, PyObject *bb) in array_do_extend() function1041 if (array_do_extend(self, bb) == -1) in array_inplace_concat()1256 if (array_do_extend(self, bb) == -1) in array_array_extend()