Searched defs:PyExceptionInstance_Class (Results 1 – 6 of 6) sorted by relevance
65 #define PyExceptionInstance_Class(x) ((PyObject*)Py_TYPE(x)) macro
111 #define PyExceptionInstance_Class(x) \ macro