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

Method remove_calltip_window

Lib/idlelib/calltip.py:36–39  ·  view source on GitHub ↗
(self, event=None)

Source from the content-addressed store, hash-verified

34 return calltip_w.CalltipWindow(self.text)
35
36 def remove_calltip_window(self, event=None):
37 if self.active_calltip:
38 self.active_calltip.hidetip()
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."

Callers 2

open_calltipMethod · 0.95
resetoutputMethod · 0.45

Calls 1

hidetipMethod · 0.45

Tested by

no test coverage detected