Lines Matching defs:traceback
1 """More comprehensive traceback formatting for Python scripts.
33 import traceback
107 """Return a nice HTML document describing a given traceback."""
196 are not reading this in a web browser, here is the original traceback:
201 ''.join(traceback.format_exception(etype, evalue, etb)))
204 """Return a plain text document describing a given traceback."""
264 the original traceback:
267 ''' % ''.join(traceback.format_exception(etype, evalue, etb))
293 doc = ''.join(traceback.format_exception(*info))
314 msg = 'Tried to save traceback to %s, but failed.' % path
329 traceback to the browser, and 'logdir' can be set to a directory to cause