(y)
| 10 | |
| 11 | @app.callback(Output("x", "p"), Input("y", "q")) |
| 12 | def x(y): |
| 13 | callback_context.record_timing("pancakes", 1.23) |
| 14 | sleep(0.5) |
| 15 | return y |
| 16 | |
| 17 | dash_thread_server(app, debug=True, use_reloader=False, use_debugger=True) |
| 18 |
nothing calls this directly
no test coverage detected