Home
last modified time | relevance | path

Searched refs:_PyBaseExceptionGroup_Check (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/
Dexceptions.c695 assert(_PyBaseExceptionGroup_Check(exc)); in _PyBaseExceptionGroupObject_cast()
927 if (!_PyBaseExceptionGroup_Check(eg)) { in exceptiongroup_subset()
1049 if (!_PyBaseExceptionGroup_Check(exc)) { in exceptiongroup_split_check_match()
1090 else if (!_PyBaseExceptionGroup_Check(exc)) { in exceptiongroup_split_recursive()
1252 if (!_PyBaseExceptionGroup_Check(exc)) { in collect_exception_group_leaf_ids()
1287 assert(_PyBaseExceptionGroup_Check(eg)); in exception_group_projection()
1299 assert(_PyBaseExceptionGroup_Check(e)); in exception_group_projection()
1365 if (!_PyBaseExceptionGroup_Check(orig)) { in _PyExc_PrepReraiseStar()
/third_party/python/Include/
Dpyerrors.h67 #define _PyBaseExceptionGroup_Check(x) \ macro
/third_party/python/Python/
Dpythonrun.c936 if (_PyBaseExceptionGroup_Check(value)) { in print_exception_traceback()
1508 if (!_PyBaseExceptionGroup_Check(value)) { in print_exception_recursive()
Dceval.c6636 bool is_eg = _PyBaseExceptionGroup_Check(exc_value);
6660 if (_PyBaseExceptionGroup_Check(exc_value)) {