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

Method hidetip

Lib/idlelib/tooltip.py:136–142  ·  view source on GitHub ↗

hide the tooltip

(self)

Source from the content-addressed store, hash-verified

134 self.anchor_widget.after_cancel(after_id)
135
136 def hidetip(self):
137 """hide the tooltip"""
138 try:
139 self.unschedule()
140 except TclError: # pragma: no cover
141 pass
142 super().hidetip()
143
144
145class Hovertip(OnHoverTooltipBase):

Callers 1

_hide_eventMethod · 0.95

Calls 3

unscheduleMethod · 0.95
superClass · 0.85
hidetipMethod · 0.45

Tested by

no test coverage detected