Home
last modified time | relevance | path

Searched defs:num_excs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c874 Py_ssize_t num_excs = PyTuple_Size(self->excs); in BaseExceptionGroup_str() local
913 Py_ssize_t num_excs = PySequence_Size(excs); in exceptiongroup_subset() local
1102 Py_ssize_t num_excs = PyTuple_Size(eg->excs); in exceptiongroup_split_recursive() local
1262 Py_ssize_t num_excs = PyTuple_GET_SIZE(eg->excs); in collect_exception_group_leaf_ids() local
/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c1403 Py_ssize_t num_excs = PyTuple_GET_SIZE(excs); in print_exception_group() local