Home
last modified time | relevance | path

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

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