Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Derrors.c108 if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) { in PyErr_GivenExceptionMatches()
172 if (PyExceptionClass_Check(type)) { in PyErr_NormalizeException()
673 assert(PyExceptionClass_Check(t)); in PyErr_WriteUnraisable()
Dceval.c2137 else if (PyExceptionClass_Check(v) || in PyEval_EvalFrameEx()
3849 if (PyExceptionClass_Check(type)) { in do_raise()
3885 assert(PyExceptionClass_Check(type)); in do_raise()
Dpythonrun.c1267 else if (PyExceptionClass_Check(exception)) { in PyErr_Display()
/external/python/cpython2/Objects/
Dgenobject.c241 if (PyExceptionClass_Check(typ)) { in gen_throw()
/external/python/cpython2/Include/
Dpyerrors.h98 #define PyExceptionClass_Check(x) \ macro
/external/python/cpython2/Modules/
D_testcapimodule.c1794 if (!PyExceptionClass_Check(exc)) { in raise_exception()