Searched refs:PyExceptionClass_Check (Results 1 – 8 of 8) sorted by relevance
114 !PyExceptionClass_Check(exception)) { in _PyErr_SetObject()275 if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) { in PyErr_GivenExceptionMatches()336 if (PyExceptionClass_Check(type)) { in _PyErr_NormalizeException()584 if (!PyExceptionClass_Check(typ)) { in _PyErr_ChainExceptions()1360 assert(PyExceptionClass_Check(exc_type)); in write_unraisable_exc_file()
1026 assert(PyExceptionClass_Check(type)); in print_exception_message()
6552 if (PyExceptionClass_Check(exc)) {6584 if (PyExceptionClass_Check(cause)) {7626 if (!PyExceptionClass_Check(exc)) {7634 if (!PyExceptionClass_Check(right)) {
1743 if (PyExceptionClass_Check(PyExc_TypeError)) { in min_max()
56 #define PyExceptionClass_Check(x) \ macro
429 assert(PyExceptionClass_Check(ob)); in PyExceptionClass_Name()1003 if (PyExceptionClass_Check(value)) { in get_matcher_type()1011 if (!PyExceptionClass_Check(PyTuple_GET_ITEM(value, i))) { in get_matcher_type()1033 assert(PyExceptionClass_Check(matcher_value) || in exceptiongroup_split_check_match()
524 if (PyExceptionClass_Check(typ)) in _gen_throw()
569 if (PyExceptionClass_Check(exc)) { in future_set_exception()1683 if (PyExceptionClass_Check(type)) { in FutureIter_throw()