Searched refs:exception_formatter (Results 1 – 7 of 7) sorted by relevance
9 from telemetry.internal.util import exception_formatter19 sys.excepthook = exception_formatter.PrintFormattedException30 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)38 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
20 from telemetry.internal.util import exception_formatter125 exception_formatter.PrintFormattedException(266 exception_formatter.PrintFormattedException(287 exception_formatter.PrintFormattedException(369 exception_formatter.PrintFormattedException()
24 from telemetry.internal.util import exception_formatter as ex_formatter_module219 story_runner.exception_formatter = FakeExceptionFormatterModule224 story_runner.exception_formatter = ex_formatter_module
24 from telemetry.internal.util import exception_formatter106 self._original_formatter = exception_formatter.PrintFormattedException112 exception_formatter.PrintFormattedException = CaptureStderr(113 exception_formatter.PrintFormattedException,123 exception_formatter.PrintFormattedException = self._original_formatter
16 from telemetry.internal.util import exception_formatter305 exception_formatter.PrintFormattedException(
19 from telemetry.internal.util import exception_formatter69 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)