Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dsetobject.c917 set_update(PySetObject *so, PyObject *args) in set_update() function
2047 {"update", (PyCFunction)set_update, METH_VARARGS,
/external/python/cpython2/Objects/
Dsetobject.c984 set_update(PySetObject *so, PyObject *args) in set_update() function
2078 {"update", (PyCFunction)set_update, METH_VARARGS,