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

Method schedule

Lib/idlelib/tooltip.py:123–127  ·  view source on GitHub ↗

schedule the future display of the tooltip

(self)

Source from the content-addressed store, hash-verified

121 self.hidetip()
122
123 def schedule(self):
124 """schedule the future display of the tooltip"""
125 self.unschedule()
126 self._after_id = self.anchor_widget.after(self.hover_delay,
127 self.showtip)
128
129 def unschedule(self):
130 """cancel the future display of the tooltip"""

Callers 1

_show_eventMethod · 0.95

Calls 2

unscheduleMethod · 0.95
afterMethod · 0.80

Tested by

no test coverage detected