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

Method POLDie

python/wrapper.py:76–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 self.debugFrame.Show()
75
76 def POLDie(self):
77 for pid in self.registeredPid:
78 try:
79 os.kill(-pid, signal.SIGKILL)
80 except OSError:
81 pass
82 try:
83 os.kill(pid, signal.SIGKILL)
84 except OSError:
85 pass
86 app.POLServer.closeServer()
87 os._exit(0)
88
89 def POLRestart(self):
90 return False

Callers 3

SetupWindowActionMethod · 0.95
ForceCloseMethod · 0.95
readActionFunction · 0.45

Calls 1

closeServerMethod · 0.80

Tested by

no test coverage detected