Lines Matching refs:PyErr_ExceptionMatches
776 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_getattr()
912 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_repr()
949 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_str()
974 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_hash()
987 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_hash()
997 if (!PyErr_ExceptionMatches( in instance_hash()
1190 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_slice()
1278 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_ass_slice()
1312 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_ass_slice()
1385 if (PyErr_ExceptionMatches(PyExc_AttributeError)) { in instance_contains()
1430 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in generic_binary_op()
1473 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in half_binop()
1561 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_coerce()
1687 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in half_cmp()
1793 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_nonzero()
1802 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_nonzero()
1842 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_index()
1940 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_ipow()
2009 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in half_richcompare()
2085 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_getiter()
2116 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in instance_iternext()
2132 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instance_call()
2425 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instancemethod_repr()
2440 if (!PyErr_ExceptionMatches(PyExc_AttributeError)) in instancemethod_repr()