Searched defs:PyExceptionInstance_Class (Results 1 – 2 of 2) sorted by relevance
146 #define PyExceptionInstance_Class(x) ((PyObject*)((x)->ob_type)) macro
111 #define PyExceptionInstance_Class(x) \ macro