(error)
| 67 | def test_hook004_error(hook_cleanup, dash_duo): |
| 68 | @hooks.error() |
| 69 | def on_error(error): |
| 70 | set_props("error", {"children": str(error)}) |
| 71 | |
| 72 | app = Dash() |
| 73 | app.layout = [html.Button("start", id="start"), html.Div(id="error")] |
nothing calls this directly
no test coverage detected
searching dependent graphs…