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

Method _show_event

Lib/idlelib/tooltip.py:112–117  ·  view source on GitHub ↗

event handler to display the tooltip

(self, event=None)

Source from the content-addressed store, hash-verified

110 super().__del__()
111
112 def _show_event(self, event=None):
113 """event handler to display the tooltip"""
114 if self.hover_delay:
115 self.schedule()
116 else:
117 self.showtip()
118
119 def _hide_event(self, event=None):
120 """event handler to hide the tooltip"""

Callers

nothing calls this directly

Calls 2

scheduleMethod · 0.95
showtipMethod · 0.45

Tested by

no test coverage detected