(_, id_)
| 698 | prevent_initial_call=True, |
| 699 | ) |
| 700 | def announce(_, id_): |
| 701 | set_props("out", {"children": f"clicked index={id_['index']}"}) |
| 702 | |
| 703 | dash_duo.start_server(app) |
| 704 |
nothing calls this directly
no test coverage detected
searching dependent graphs…