Searched refs:exception_formatter (Results 1 – 4 of 4) sorted by relevance
10 from telemetry.util import exception_formatter21 sys.excepthook = exception_formatter.PrintFormattedException32 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)40 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
10 from telemetry.util import exception_formatter76 exception_formatter.PrintFormattedException(*err)
26 from telemetry.util import exception_formatter503 exception_formatter.PrintFormattedException(msg=msg)514 exception_formatter.PrintFormattedException(517 exception_formatter.PrintFormattedException(530 exception_formatter.PrintFormattedException(
236 exception_formatter = None variable in Environment737 if rendered and self.exception_formatter is not None:738 return self.exception_formatter(traceback)