Searched refs:traceback (Results 1 – 23 of 23) sorted by relevance
32 import traceback56 for filename, lineno, name, line in traceback.extract_stack(stack):63 stack = traceback.extract_tb(tb)64 for frame_str in traceback.format_list(stack):
212 def __exit__(self, type, value, traceback): argument302 def __exit__(self, type, value, traceback): argument324 def __exit__(self, type, value, traceback): argument
166 def __exit__(self, type, value, traceback): argument
93 import traceback122 traceback.print_exc(file=buf)181 import traceback254 traceback.print_exc(file=buf)
14 import traceback79 traceback.print_tb(error[2], None, tb_stream)
24 import traceback215 traceback.print_exc()219 traceback.print_exc()
149 traceback.print_exc(0)167 import traceback185 l = len(traceback.extract_tb(sys.exc_traceback))189 m = len(traceback.extract_tb(sys.exc_traceback))190 traceback.print_exception(exc_type, exc_value, exc_traceback, l-m)
32 import traceback125 traceback.print_exc()
39 def __exit__(self, type, value, traceback): argument
78 import traceback271 traceback.print_exc()303 traceback.print_exc()331 traceback.print_exc()
109 import traceback111 traceback.print_exc(e,file=s)265 import traceback268 traceback.print_exc(exc, s)
56 import traceback69 traceback.print_exc(file=out)
46 import traceback974 self._logger.debug(traceback.format_exc())
50 def __exit__(self, type, value, traceback): argument
460 import traceback461 traceback.print_exc()
34 import traceback78 traceback.print_exc()
9 import math, os, platform, random, re, sys, time, threading, traceback133 output += traceback.format_exc()
114 167212 ??? pend Valgrind does not attach to GDB correctly, traceback
43 import traceback1715 traceback.print_exc()
659 genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
2520 * python/service.py: Include the traceback in the error reply when we
2014 unpleasant traceback console spew
4109 Stubbing out sys._current_frames() and traceback.extract_stack