Home
last modified time | relevance | path

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

/third_party/python/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 …]
/third_party/python/Include/cpython/
Dpyerrors.h21 } PyBaseExceptionGroupObject; typedef
/third_party/python/Python/
Dpythonrun.c1401 PyObject *excs = ((PyBaseExceptionGroupObject *)value)->excs; in print_exception_group()