Searched refs:PyDictViewSet_Check (Results 1 – 4 of 4) sorted by relevance
106 # define PyDictViewSet_Check(op) \ macro
65 # define PyDictViewSet_Check(op) \ macro
3806 assert(PyDictViewSet_Check(self)); in dictview_richcompare()3809 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) in dictview_richcompare()4025 if (PyAnySet_Check(other) || PyDictViewSet_Check(other)) { in dictviews_isdisjoint()
2949 assert(PyDictViewSet_Check(self)); in dictview_richcompare()2952 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) { in dictview_richcompare()