Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c770 print_exception_traceback(struct exception_print_context *ctx, PyObject *value) in print_exception_traceback() function
934 if (print_exception_traceback(ctx, value) < 0) { in print_exception()