Searched defs:excs (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Lib/test/ |
| D | test_except_star.py | 912 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
|
| D | test_exception_group.py | 837 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/ |
| D | pyerrors.h | 20 PyObject *excs; member
|
| /third_party/python/Objects/ |
| D | exceptions.c | 813 _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/ |
| D | pythonrun.c | 1401 PyObject *excs = ((PyBaseExceptionGroupObject *)value)->excs; in print_exception_group() local
|
| D | ceval.c | 2690 PyObject *excs = POP(); local 6642 PyObject *excs = PyTuple_Pack(1, exc_value); local
|