Home | History | Annotate | Download | only in python2.7

Lines Matching refs:traceback

98 import sys, traceback, inspect, linecache, os, re
239 Return a string containing a traceback message for the given
242 # Get a traceback message.
245 traceback.print_exception(exc_type, exc_val, exc_tb, file=excout)
410 from stdout, or a traceback in case of exception). `want` ends
418 `traceback.format_exception_only()`. `exc_msg` ends with a
573 # - the traceback header line (`hdr`)
574 # - the traceback stack (`stack`)
576 # traceback.format_exception_only()
579 # character following the traceback header line.
581 # Grab the traceback header. Different versions of Python have
582 # said different things on the first traceback line.
583 ^(?P<hdr> Traceback\ \(
694 # If `want` contains a traceback message, then extract it.
1311 exc_msg = traceback.format_exception_only(*exc_info[:2])[-1]
1704 Traceback (most recent call last):
1751 Traceback (most recent call last):
2136 Traceback (most recent call last):
2246 Traceback (most recent call last):