MCPcopy
hub / github.com/plotly/dash / error_hook

Function error_hook

tests/integration/test_hooks.py:265–270  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

263
264 @hooks.error()
265 def error_hook(error):
266 try:
267 retrieved_app = get_app()
268 hook_access_results["error_hook"] = retrieved_app is not None
269 except Exception:
270 hook_access_results["error_hook"] = False
271
272 @hooks.callback(
273 Output("hook-output", "children"),

Callers

nothing calls this directly

Calls 1

get_appFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…