Lines Matching refs:PyAnySet_Check
406 assert (PyAnySet_Check(so)); in set_clear_internal()
465 assert (PyAnySet_Check(so)); in set_next()
566 assert (PyAnySet_Check(so)); in set_merge()
567 assert (PyAnySet_Check(otherset)); in set_merge()
804 assert (PyAnySet_Check(so)); in setiter_iternext()
886 if (PyAnySet_Check(other)) in set_update_internal()
1152 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) in set_or()
1170 if (!PyAnySet_Check(other)) in set_ior()
1194 if (PyAnySet_Check(other)) { in set_intersection()
1314 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) in set_and()
1324 if (!PyAnySet_Check(other)) in set_iand()
1404 if (PyAnySet_Check(other)) { in set_difference_update_internal()
1491 if (PyAnySet_Check(other)) { in set_difference()
1580 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) in set_sub()
1588 if (!PyAnySet_Check(other)) in set_isub()
1629 if (PyAnySet_Check(other)) { in set_symmetric_difference_update()
1686 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) in set_xor()
1696 if (!PyAnySet_Check(other)) in set_ixor()
1713 if (!PyAnySet_Check(other)) { in set_issubset()
1742 if (!PyAnySet_Check(other)) { in set_issuperset()
1761 if(!PyAnySet_Check(w)) in set_richcompare()
2253 if (!PyAnySet_Check(anyset)) { in PySet_Size()
2273 if (!PyAnySet_Check(anyset)) { in PySet_Contains()
2306 if (!PyAnySet_Check(set)) { in _PySet_NextEntry()
2364 assert(PyAnySet_Check(ob)); in test_c_api()