app.callback(Output('output-state', 'children'),
Input('submit-button-state', 'n_clicks'),
State('input-1-state', 'value'), State('input-2-state', 'value'))
| 1 | # -*- coding: utf-8 -*- |
| 2 | import dash |
| 3 | import dash_core_components as dcc |
| 4 | import dash_html_components as html |
nothing calls this directly
no outgoing calls
no test coverage detected