Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpyerrors.h87 #define PyExceptionClass_Name(x) (((PyTypeObject*)(x))->tp_name) macro
/external/python/cpython2/Include/
Dpyerrors.h106 #define PyExceptionClass_Name(x) \ macro
/external/python/cpython3/Objects/
Dexceptions.c365 PyExceptionClass_Name(PyObject *ob) in PyExceptionClass_Name() function