MCPcopy Index your code
hub / github.com/python/cpython / refresh_calltip_event

Method refresh_calltip_event

Lib/idlelib/calltip.py:53–55  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

open_calltipMethod · 0.95

Tested by

no test coverage detected