Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyDictViewSet_Check

2856     assert(PyDictViewSet_Check(self));

2859 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) {