MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / schedule

Method schedule

PySimpleGUI/PySimpleGUI.py:891–896  ·  view source on GitHub ↗

Schedule a timer to time how long mouse is hovering

(self)

Source from the content-addressed store, hash-verified

889 self.hidetip()
890
891 def schedule(self):
892 """
893 Schedule a timer to time how long mouse is hovering
894 """
895 self.unschedule()
896 self.id = self.widget.after(self.timeout, self.showtip)
897
898 def unschedule(self):
899 """

Callers 1

enterMethod · 0.95

Calls 1

unscheduleMethod · 0.95

Tested by

no test coverage detected