Home
last modified time | relevance | path

Searched refs:PyExc_BaseException (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dpyerrors.h66 PyAPI_DATA(PyObject *) PyExc_BaseException;
/third_party/python/Objects/
Dexceptions.c425 PyObject *PyExc_BaseException = (PyObject *)&_PyExc_BaseException; variable
482 SimpleExtendsException(PyExc_BaseException, Exception,
566 SimpleExtendsException(PyExc_BaseException, GeneratorExit,
623 ComplexExtendsException(PyExc_BaseException, SystemExit, SystemExit,
630 SimpleExtendsException(PyExc_BaseException, KeyboardInterrupt,
Dtypeobject.c5710 if (PyType_IsSubtype(base, (PyTypeObject*)PyExc_BaseException)) { in inherit_special()
/third_party/python/Doc/data/
Dstable_abi.dat191 var,PyExc_BaseException,3.2,
/third_party/python/PC/
Dpython3dll.c758 EXPORT_DATA(PyExc_BaseException)
/third_party/python/Doc/c-api/
Dexceptions.rst834 single: PyExc_BaseException
891 | :c:data:`PyExc_BaseException` | :exc:`BaseException` | \(1) |
/third_party/python/Misc/
Dstable_abi.txt620 data PyExc_BaseException
/third_party/python/Tools/c-analyzer/
DTODO712 Objects/exceptions.c:PyExc_BaseException static PyTypeObject PyExc_BaseExce…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1741 Objects/exceptions.c - PyExc_BaseException -