Home
last modified time | relevance | path

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

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