Home | History | Annotate | Download | only in Python

Lines Matching refs:print_exception

678 print_exception(PyObject *f, PyObject *value)
685 err = PyFile_WriteString("TypeError: print_exception(): Exception expected for value, ", f);
846 print_exception(f, value);