()
| 131 | toast('Awesome PyWebIO!!', duration=0) |
| 132 | |
| 133 | def show_msg(): |
| 134 | put_text("ToastClicked") |
| 135 | |
| 136 | toast('You have new messages', duration=0, onclick=show_msg) |
| 137 |
nothing calls this directly
no test coverage detected
searching dependent graphs…