Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyAnySet_Check

3877     if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other))
4085 if (PyAnySet_Check(other) || PyDictViewSet_Check(other)) {