Home
last modified time | relevance | path

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

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