Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dsetobject.c981 set_update(PySetObject *so, PyObject *args) in set_update() function
2073 {"update", (PyCFunction)set_update, METH_VARARGS,