Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c546 print_error_text(PyObject *f, int offset, PyObject *text_obj) in print_error_text() function
762 print_error_text(f, offset, text); in print_exception()
/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()