Lines Matching defs:traceback
26 import sys, os, time, io, re, traceback, warnings, weakref, collections.abc
332 self.exc_text = None # used to cache the traceback text
638 traceback.print_exception()
644 # traceback.print_stack(tb.tb_frame.f_back, file=sio)
645 traceback.print_exception(ei[0], ei[1], tb, None, sio)
667 :func:`traceback.print_stack`, but with the last trailing newline
692 # Cache the traceback text to avoid converting it multiple times
1032 traceback.print_exception(t, v, tb, None, sys.stderr)
1041 traceback.print_stack(frame, file=sys.stderr)
1056 ' traceback above to help find the error.\n'
1105 traceback.print_exception and appended to the stream. If the stream
1589 traceback.print_stack(f, file=sio)