Home
last modified time | relevance | path

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

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