Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dsetobject.c1848 set_remove(PySetObject *so, PyObject *key) in set_remove() function
2033 {"remove", (PyCFunction)set_remove, METH_O,
/external/python/cpython2/Objects/
Dsetobject.c1900 set_remove(PySetObject *so, PyObject *key) in set_remove() function
2064 {"remove", (PyCFunction)set_remove, METH_O,