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

Method _get_traceback

dash/backends/_quart.py:133–136  ·  view source on GitHub ↗
(self, _secret, error: Exception)

Source from the content-addressed store, hash-verified

131 self.server.register_blueprint(bp)
132
133 def _get_traceback(self, _secret, error: Exception):
134 return format_traceback_html(
135 error, self.error_handling_mode, "Quart Debugger", "Quart"
136 )
137
138 def register_prune_error_handler(self, secret, prune_errors):
139 if prune_errors:

Callers 1

_wrap_errorsMethod · 0.95

Calls 1

format_traceback_htmlFunction · 0.85

Tested by

no test coverage detected