Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Darraymodule.c.h105 {"pop", _PyCFunction_CAST(array_array_pop), METH_FASTCALL, array_array_pop__doc__},
111 array_array_pop(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) in array_array_pop() function