Home
last modified time | relevance | path

Searched refs:print_exception_notes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c1133 print_exception_notes(struct exception_print_context *ctx, PyObject *value) in print_exception_notes() function
1243 if (print_exception_notes(ctx, value) < 0) { in print_exception()