(event)
| 185 | def calltip_show(event): |
| 186 | calltip.showtip("(s='Hello world')", "insert", "end") |
| 187 | def calltip_hide(event): |
| 188 | calltip.hidetip() |
| 189 | text.event_add("<<calltip-show>>", "(") |
| 190 | text.event_add("<<calltip-hide>>", ")") |
| 191 | text.bind("<<calltip-show>>", calltip_show) |
nothing calls this directly
no test coverage detected
searching dependent graphs…