Home | History | Annotate | Download | only in Objects

Lines Matching refs:set_intersection_update_multi

1362 set_intersection_update_multi(PySetObject *so, PyObject *args)
2047 {"intersection_update",(PyCFunction)set_intersection_update_multi, METH_VARARGS,