Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h67 #define PyExceptionInstance_Class(x) ((PyObject*)Py_TYPE(x)) macro
/external/python/cpython2/Include/
Dpyerrors.h111 #define PyExceptionInstance_Class(x) \ macro