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