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

Method _start_autoclose_timer

PySimpleGUI/PySimpleGUI.py:10842–10844  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10840 return _BuildResults(self, False, self)
10841
10842 def _start_autoclose_timer(self):
10843 duration = DEFAULT_AUTOCLOSE_TIME if self.AutoCloseDuration is None else self.AutoCloseDuration
10844 self.TKAfterID = self.TKroot.after(int(duration * 1000), self._AutoCloseAlarmCallback)
10845
10846 def finalize(self):
10847 """

Callers 2

_readMethod · 0.95
StartupTKFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected