(self, event)
| 195 | self.AppendStyledText(circular_buffer[k]) |
| 196 | |
| 197 | def OnFocus(self, event): |
| 198 | if self.need_redisplay: |
| 199 | print('Need to redisplay log') |
| 200 | self.initLogDisplay() |
| 201 | |
| 202 | def analyseLog(self, event): |
| 203 | parent = self.list_game.GetItemText(self.list_game.GetItemParent(self.list_game.GetSelection())) |
nothing calls this directly
no test coverage detected