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

Method force_open_calltip_event

Lib/idlelib/calltip.py:41–44  ·  view source on GitHub ↗

The user selected the menu entry or hotkey, open the tip.

(self, event)

Source from the content-addressed store, hash-verified

39 self.active_calltip = None
40
41 def force_open_calltip_event(self, event):
42 "The user selected the menu entry or hotkey, open the tip."
43 self.open_calltip(True)
44 return "break"
45
46 def try_open_calltip_event(self, event):
47 """Happens when it would be nice to open a calltip, but not really

Callers

nothing calls this directly

Calls 1

open_calltipMethod · 0.95

Tested by

no test coverage detected