Searched refs:array_array_remove (Results 1 – 2 of 2) sorted by relevance
57 {"remove", (PyCFunction)array_array_remove, METH_O, array_array_remove__doc__},
1179 array_array_remove(arrayobject *self, PyObject *v) in array_array_remove() function