Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c414 PyObject *PyExc_BaseException = (PyObject *)&_PyExc_BaseException; variable
/external/python/cpython3/Objects/
Dexceptions.c401 PyObject *PyExc_BaseException = (PyObject *)&_PyExc_BaseException; variable