Lines Matching refs:Traceback
28 """Format a list of traceback entry tuples for printing.
47 """Print up to 'limit' stack trace entries from the traceback 'tb'.
79 """Return list of up to limit pre-processed entries from traceback.
114 traceback is not None, it prints a header "Traceback (most recent
124 _print(file, 'Traceback (most recent call last):')
140 list = ['Traceback (most recent call last):\n']
148 """Format the exception part of a traceback.
281 """Extract the raw traceback from the current stack frame.
315 """Calculate correct line number of traceback given in tb.