Searched refs:PyDictViewSet_Check (Results 1 – 4 of 4) sorted by relevance
71 # define PyDictViewSet_Check(op) \ macro
106 # define PyDictViewSet_Check(op) \ macro
4164 assert(PyDictViewSet_Check(self)); in dictview_richcompare()4167 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) in dictview_richcompare()4321 if (!PyDictViewSet_Check(self)) { in _PyDictView_Intersect()4338 if (PyDictViewSet_Check(other)) { in _PyDictView_Intersect()4463 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()