Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlistobject.c2341 listremove(PyListObject *self, PyObject *v) in listremove() function
2521 {"remove", (PyCFunction)listremove, METH_O, remove_doc},