(self, timer_count)
| 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 |