Home | History | Annotate | Download | only in Objects

Lines Matching refs:set_intersection_update

1349 set_intersection_update(PySetObject *so, PyObject *other)
1396 result = set_intersection_update(so, other);