Searched refs:PyDictViewSet_Check (Results 1 – 2 of 2) sorted by relevance
74 # define PyDictViewSet_Check(op) \ macro
4295 assert(PyDictViewSet_Check(self)); in dictview_richcompare()4298 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) in dictview_richcompare()4452 if (!PyDictViewSet_Check(self)) { in _PyDictView_Intersect()4469 if (PyDictViewSet_Check(other)) { in _PyDictView_Intersect()4684 if (PyAnySet_Check(other) || PyDictViewSet_Check(other)) { in dictviews_isdisjoint()