Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h71 array_array_pop_impl(arrayobject *self, Py_ssize_t i);
83 return_value = array_array_pop_impl(self, i); in array_array_pop()
/external/python/cpython3/Modules/
Darraymodule.c1212 array_array_pop_impl(arrayobject *self, Py_ssize_t i) in array_array_pop_impl() function