Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddictobject.h71 # define PyDictViewSet_Check(op) \ macro
/external/python/cpython2/Include/
Ddictobject.h106 # define PyDictViewSet_Check(op) \ macro
/external/python/cpython3/Objects/
Ddictobject.c4164 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()
/external/python/cpython2/Objects/
Ddictobject.c2949 assert(PyDictViewSet_Check(self)); in dictview_richcompare()
2952 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) { in dictview_richcompare()