(self)
| 244 | self.t1 = self.text.after(self.UPDATEINTERVAL, self.timer_event) |
| 245 | |
| 246 | def update_font(self): |
| 247 | if self.context is not None: |
| 248 | font = idleConf.GetFont(self.text, 'main', 'EditorWindow') |
| 249 | self.context['font'] = font |
| 250 | |
| 251 | def update_highlight_colors(self): |
| 252 | if self.context is not None: |
no test coverage detected