Lines Matching refs:traceback
407 import traceback
451 stack = traceback.extract_stack(frame)
473 import traceback
519 stack = traceback.extract_stack(exc_tb.tb_frame)
1054 traceback = [
1061 check(10, traceback)
1062 check(3, traceback)
1063 check(2, traceback[:1] + traceback[2:])
1064 check(1, traceback[:1] + traceback[3:])
1065 check(0, [traceback[-1]])
1066 check(-1, [traceback[-1]])
1067 check(1<<1000, traceback)
1068 check(-1<<1000, [traceback[-1]])
1069 check(None, traceback)
1155 # The following line is included in the traceback report:
1165 # The following line is included in the traceback report:
1631 # traceback