Home
last modified time | relevance | path

Searched refs:PyDictViewSet_Check (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Ddictobject.h74 # define PyDictViewSet_Check(op) \ macro
/third_party/python/Objects/
Ddictobject.c4295 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()