app.callback(Output(component_id='my-output', component_property='children'),
Input(component_id='my-input', component_property='value'))
| 1 | import dash |
| 2 | import dash_core_components as dcc |
| 3 | import dash_html_components as html |
| 4 | from dash.dependencies import Input, Output |
nothing calls this directly
no outgoing calls
no test coverage detected