Searched refs:PyAnySet_Check (Results 1 – 10 of 10) sorted by relevance
428 assert (PyAnySet_Check(so)); in set_discard_key()457 assert (PyAnySet_Check(so)); in set_clear_internal()532 assert (PyAnySet_Check(so)); in set_next()654 assert (PyAnySet_Check(so)); in set_merge()655 assert (PyAnySet_Check(otherset)); in set_merge()724 assert (PyAnySet_Check(so)); in set_pop()853 assert (PyAnySet_Check(so)); in setiter_iternext()935 if (PyAnySet_Check(other)) in set_update_internal()1210 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) { in set_or()1230 if (!PyAnySet_Check(other)) { in set_ior()[all …]
2952 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) { in dictview_richcompare()
392 assert (PyAnySet_Check(so)); in set_clear_internal()451 assert (PyAnySet_Check(so)); in set_next()552 assert (PyAnySet_Check(so)); in set_merge()553 assert (PyAnySet_Check(otherset)); in set_merge()790 assert (PyAnySet_Check(so)); in setiter_iternext()872 if (PyAnySet_Check(other)) in set_update_internal()1155 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) in set_or()1173 if (!PyAnySet_Check(other)) in set_ior()1197 if (PyAnySet_Check(other)) { in set_intersection()1317 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) in set_and()[all …]
4167 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) in dictview_richcompare()4463 if (PyAnySet_Check(other) || PyDictViewSet_Check(other)) { in dictviews_isdisjoint()
67 #define PySet_GET_SIZE(so) (assert(PyAnySet_Check(so)),(((PySetObject *)(so))->used))93 #define PyAnySet_Check(ob) \ macro
72 #define PyAnySet_Check(ob) \ macro
62 .. c:function:: int PyAnySet_Check(PyObject *p)
68 .. c:function:: int PyAnySet_Check(PyObject *p)
34 PyAnySet_Check:int:::35 PyAnySet_Check:PyObject*:p:0:
4029 PyAnySet_Check(v))) in check_subscripter()