Home
last modified time | relevance | path

Searched refs:_format_exception_output (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_console/py/pw_console/
H A Dpw_ptpython_repl.py257 def _format_exception_output(self, e: BaseException) -> StyleAndTextTuples: member in PwPtPythonRepl
259 … formatted_result = output_printer._format_exception_output( # pylint: disable=protected-access
271 self._save_exception(self._format_exception_output(e))