Lines Matching defs:traceback
734 traceback: object
737 Handle an exception by displaying it with a traceback on sys.stderr.
742 PyObject *traceback)
745 PyErr_Display(exctype, value, traceback);
775 Return current exception information: (type, value, traceback).
802 * exc_traceback: Exception traceback, can be None.
1188 Coroutine objects will track 'depth' frames of traceback information
2435 last_traceback -- traceback of last uncaught exception\n\
2437 traceback has been printed.\n\
2489 excepthook() -- print an exception and its traceback to sys.stderr\n\