Lines Matching refs:PyAnySet_Check
478 assert (PyAnySet_Check(so));
537 assert (PyAnySet_Check(so));
637 assert (PyAnySet_Check(so));
638 assert (PyAnySet_Check(otherset));
708 assert (PyAnySet_Check(so));
895 assert (PyAnySet_Check(so));
977 if (PyAnySet_Check(other))
1230 if (!PyAnySet_Check(so) || !PyAnySet_Check(other))
1248 if (!PyAnySet_Check(other))
1272 if (PyAnySet_Check(other)) {
1392 if (!PyAnySet_Check(so) || !PyAnySet_Check(other))
1402 if (!PyAnySet_Check(other))
1486 if (PyAnySet_Check(other)) {
1561 if (!PyAnySet_Check(other) && !PyDict_CheckExact(other)) {
1644 if (!PyAnySet_Check(so) || !PyAnySet_Check(other))
1652 if (!PyAnySet_Check(other))
1693 if (PyAnySet_Check(other)) {
1748 if (!PyAnySet_Check(so) || !PyAnySet_Check(other))
1758 if (!PyAnySet_Check(other))
1775 PyAnySet_Check(other)) {
1804 if (!PyAnySet_Check(other)) {
1823 if(!PyAnySet_Check(w))
2286 if (!PyAnySet_Check(anyset)) {
2306 if (!PyAnySet_Check(anyset)) {
2351 if (!PyAnySet_Check(set)) {
2409 assert(PyAnySet_Check(ob));