(event)
| 183 | |
| 184 | calltip = CalltipWindow(text) |
| 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>>", "(") |
nothing calls this directly
no test coverage detected
searching dependent graphs…