MCPcopy Index your code
hub / github.com/PlayOnLinux/POL-POM-4 / analyseLog

Method analyseLog

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

Source from the content-addressed store, hash-verified

200 self.initLogDisplay()
201
202 def analyseLog(self, event):
203 parent = self.list_game.GetItemText(self.list_game.GetItemParent(self.list_game.GetSelection()))
204 selection = self.list_game.GetItemText(self.list_game.GetSelection())
205 if(parent == _("Virtual drives")):
206 parent = 0
207 else:
208 parent = 1
209 self.analyseReal(parent, selection)
210
211 def analyseReal(self, parent, selection):
212 self.ShowLogFile()

Callers

nothing calls this directly

Calls 1

analyseRealMethod · 0.95

Tested by

no test coverage detected