Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c1077 print_error_text(PyObject *f, int offset, const char *text) in print_error_text() function
1264 print_error_text(f, offset, text); in PyErr_Display()
/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c606 print_error_text(PyObject *f, Py_ssize_t offset, Py_ssize_t end_offset, in print_error_text() function
1005 if (print_error_text(f, offset, end_offset, text) < 0) { in print_exception_file_and_line()