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

Method handle_restore_timer

Lib/idlelib/parenmatch.py:113–115  ·  view source on GitHub ↗
(self, timer_count)

Source from the content-addressed store, hash-verified

111 self.counter += 1 # disable the last timer, if there is one.
112
113 def handle_restore_timer(self, timer_count):
114 if timer_count == self.counter:
115 self.restore_event()
116
117 # any one of the create_tag_XXX methods can be used depending on
118 # the style

Callers 3

callmeMethod · 0.95
set_timeout_lastMethod · 0.95

Calls 1

restore_eventMethod · 0.95

Tested by 1