MCPcopy Index your code
hub / github.com/plotly/dash / _get_traceback

Method _get_traceback

dash/backends/_fastapi.py:300–303  ·  view source on GitHub ↗
(self, _secret, error: Exception)

Source from the content-addressed store, hash-verified

298 self.error_handling_mode = "ignore"
299
300 def _get_traceback(self, _secret, error: Exception):
301 return format_traceback_html(
302 error, self.error_handling_mode, "FastAPI Debugger", "FastAPI"
303 )
304
305 def register_prune_error_handler(self, _secret, prune_errors):
306 if prune_errors:

Callers 1

_handle_errorMethod · 0.45

Calls 1

format_traceback_htmlFunction · 0.85

Tested by

no test coverage detected