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

Method _hide_event

Lib/idlelib/tooltip.py:119–121  ·  view source on GitHub ↗

event handler to hide the tooltip

(self, event=None)

Source from the content-addressed store, hash-verified

117 self.showtip()
118
119 def _hide_event(self, event=None):
120 """event handler to hide the tooltip"""
121 self.hidetip()
122
123 def schedule(self):
124 """schedule the future display of the tooltip"""

Callers

nothing calls this directly

Calls 1

hidetipMethod · 0.95

Tested by

no test coverage detected