Home
last modified time | relevance | path

Searched refs:PyExceptionClass_Name (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dpyerrors.h106 #define PyExceptionClass_Name(x) \ macro
/external/python/cpython2/Python/
Derrors.c674 className = PyExceptionClass_Name(t); in PyErr_WriteUnraisable()
Dpythonrun.c1269 char* className = PyExceptionClass_Name(exception); in PyErr_Display()