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

Method SetupWindowAction

python/wrapper.py:61–65  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

59 self.SetupWindowTimer_action = recvData
60
61 def SetupWindowAction(self, event):
62 if(self.SetupWindowTimer_action != None):
63 return gui_server.readAction(self)
64 if(self.myScript.programrunning == False):
65 self.POLDie()
66
67 def BugReport(self, event):
68 try:

Callers

nothing calls this directly

Calls 1

POLDieMethod · 0.95

Tested by

no test coverage detected