(self, event)
| 51 | self.open_calltip(False) |
| 52 | |
| 53 | def refresh_calltip_event(self, event): |
| 54 | if self.active_calltip and self.active_calltip.tipwindow: |
| 55 | self.open_calltip(False) |
| 56 | |
| 57 | def open_calltip(self, evalfuncs): |
| 58 | """Maybe close an existing calltip and maybe open a new calltip. |
nothing calls this directly
no test coverage detected