Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dsetobject.c1349 set_intersection_update(PySetObject *so, PyObject *other) in set_intersection_update() function
1396 result = set_intersection_update(so, other); in set_iand()