Lines Matching defs:traceback
17 traceback:
20 <exception traceback>
84 import traceback
166 traceback.print_exc()
280 # when setting up post-mortem debugging with a traceback, save all
381 traceback.format_exception_only(exc_type, exc_value)[-1].strip()))
411 def interaction(self, frame, traceback):
420 if self.setup(frame, traceback):
1254 err = traceback.format_exception_only(*exc_info)[-1].strip()
1259 self.error(traceback.format_exception_only(*exc_info)[-1].strip())
1529 # Print a traceback starting at the top stack frame.
1701 # sys.exc_info() returns (type, value, traceback) if an exception is
1705 raise ValueError("A valid traceback must be passed if no "
1787 traceback.print_exc()
1790 traceback.print_exc()