MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / OnFocus

Method OnFocus

python/debug.py:197–200  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

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()))

Callers

nothing calls this directly

Calls 1

initLogDisplayMethod · 0.95

Tested by

no test coverage detected