Home
last modified time | relevance | path

Searched defs:excs (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_except_star.py912 def __new__(cls, message, excs, code): argument
917 def derive(self, excs): argument
950 def derive(self, excs): argument
1092 def derive(self, excs): argument
1099 def derive(self, excs): argument
1106 def derive(self, excs): argument
1113 def derive(self, excs): argument
Dtest_exception_group.py837 def __new__(cls, message, excs, unused): argument
879 def __new__(cls, message, excs, code): argument
884 def derive(self, excs): argument
/third_party/python/Include/cpython/
Dpyerrors.h20 PyObject *excs; member
/third_party/python/Objects/
Dexceptions.c813 _PyExc_CreateExceptionGroup(const char *msg_str, PyObject *excs) in _PyExc_CreateExceptionGroup()
884 PyObject *excs = NULL; in BaseExceptionGroup_derive() local
900 PyBaseExceptionGroupObject *_orig, PyObject *excs, PyObject **result) in exceptiongroup_subset()
1354 _PyExc_PrepReraiseStar(PyObject *orig, PyObject *excs) in _PyExc_PrepReraiseStar()
/third_party/python/Python/
Dpythonrun.c1401 PyObject *excs = ((PyBaseExceptionGroupObject *)value)->excs; in print_exception_group() local
Dceval.c2690 PyObject *excs = POP(); local
6642 PyObject *excs = PyTuple_Pack(1, exc_value); local