Searched refs:PyDictViewSet_Check (Results 1 – 8 of 8) sorted by relevance
74 # define PyDictViewSet_Check(op) \ macro
106 # define PyDictViewSet_Check(op) \ macro
4654 assert(PyDictViewSet_Check(self)); in dictview_richcompare()4657 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) in dictview_richcompare()4810 if (!PyDictViewSet_Check(self)) { in _PyDictView_Intersect()4827 if (PyDictViewSet_Check(other)) { in _PyDictView_Intersect()5040 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()