Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h57 {"remove", (PyCFunction)array_array_remove, METH_O, array_array_remove__doc__},
/external/python/cpython3/Modules/
Darraymodule.c1179 array_array_remove(arrayobject *self, PyObject *v) in array_array_remove() function