Lines Matching refs:PyBaseExceptionGroupObject
692 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()
1100 PyBaseExceptionGroupObject *eg = _PyBaseExceptionGroupObject_cast(exc); in exceptiongroup_split_recursive()
1261 PyBaseExceptionGroupObject *eg = _PyBaseExceptionGroupObject_cast(exc); in collect_exception_group_leaf_ids()
1444 {"message", T_OBJECT, offsetof(PyBaseExceptionGroupObject, msg), READONLY,
1446 {"exceptions", T_OBJECT, offsetof(PyBaseExceptionGroupObject, excs), READONLY,