Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c1021 print_exception_message(struct exception_print_context *ctx, PyObject *type, in print_exception_message() function
1234 if (print_exception_message(ctx, type, value) < 0) { in print_exception()