Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h106 #define PyExceptionClass_Name(x) \ macro
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c427 PyExceptionClass_Name(PyObject *ob) in PyExceptionClass_Name() function