Home
last modified time | relevance | path

Searched refs:PyBaseExceptionGroupObject (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c692 static inline PyBaseExceptionGroupObject*
696 return (PyBaseExceptionGroupObject *)exc; in _PyBaseExceptionGroupObject_cast()
798 PyBaseExceptionGroupObject *self = in BaseExceptionGroup_new()
830 BaseExceptionGroup_init(PyBaseExceptionGroupObject *self, in BaseExceptionGroup_init()
843 BaseExceptionGroup_clear(PyBaseExceptionGroupObject *self) in BaseExceptionGroup_clear()
851 BaseExceptionGroup_dealloc(PyBaseExceptionGroupObject *self) in BaseExceptionGroup_dealloc()
859 BaseExceptionGroup_traverse(PyBaseExceptionGroupObject *self, in BaseExceptionGroup_traverse()
868 BaseExceptionGroup_str(PyBaseExceptionGroupObject *self) in BaseExceptionGroup_str()
883 PyBaseExceptionGroupObject *self = _PyBaseExceptionGroupObject_cast(self_); in BaseExceptionGroup_derive()
900 PyBaseExceptionGroupObject *_orig, PyObject *excs, PyObject **result) in exceptiongroup_subset()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpyerrors.h21 } PyBaseExceptionGroupObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpyerrors.h21 } PyBaseExceptionGroupObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpyerrors.h21 } PyBaseExceptionGroupObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpyerrors.h21 } PyBaseExceptionGroupObject; typedef
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpyerrors.h21 } PyBaseExceptionGroupObject; typedef
/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c1401 PyObject *excs = ((PyBaseExceptionGroupObject *)value)->excs; in print_exception_group()