Searched refs:PyBaseExceptionGroupObject (Results 1 – 7 of 7) sorted by relevance
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()[all …]
21 } PyBaseExceptionGroupObject; typedef
1401 PyObject *excs = ((PyBaseExceptionGroupObject *)value)->excs; in print_exception_group()