Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dsetobject.c1283 set_intersection_update(PySetObject *so, PyObject *other) in set_intersection_update() function
1326 result = set_intersection_update(so, other); in set_iand()