Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h106 #define PyExceptionClass_Name(x) \ macro
/external/python/cpython3/Include/
Dpyerrors.h143 #define PyExceptionClass_Name(x) \ macro
/external/python/cpython2/Python/
Derrors.c674 className = PyExceptionClass_Name(t); in PyErr_WriteUnraisable()
Dpythonrun.c1278 char* className = PyExceptionClass_Name(exception); in PyErr_Display()
/external/python/cpython3/Python/
Derrors.c979 className = PyExceptionClass_Name(t); in PyErr_WriteUnraisable()
Dpythonrun.c780 className = PyExceptionClass_Name(type); in print_exception()