Home
last modified time | relevance | path

Searched refs:PyExceptionClass_Check (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Python/
Derrors.c114 !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()
Dpythonrun.c1026 assert(PyExceptionClass_Check(type)); in print_exception_message()
Dceval.c6552 if (PyExceptionClass_Check(exc)) {
6584 if (PyExceptionClass_Check(cause)) {
7626 if (!PyExceptionClass_Check(exc)) {
7634 if (!PyExceptionClass_Check(right)) {
Dbltinmodule.c1743 if (PyExceptionClass_Check(PyExc_TypeError)) { in min_max()
/third_party/python/Include/
Dpyerrors.h56 #define PyExceptionClass_Check(x) \ macro
/third_party/python/Objects/
Dexceptions.c429 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()
Dgenobject.c524 if (PyExceptionClass_Check(typ)) in _gen_throw()
/third_party/python/Modules/
D_asynciomodule.c569 if (PyExceptionClass_Check(exc)) { in future_set_exception()
1683 if (PyExceptionClass_Check(type)) { in FutureIter_throw()