Home
last modified time | relevance | path

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

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