Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayOnLinux/POL-POM-4
/ ForceClose
Method
ForceClose
python/mainwindow.py:1112–1114 ·
view source on GitHub ↗
(self, signal, frame)
Source
from the content-addressed store, hash-verified
1110
os._exit(63)
# Restart code
1111
1112
def
ForceClose(self, signal, frame):
# Catch SIGINT
1113
print(
"\nCtrl+C pressed. Killing all processes..."
)
1114
self.POLDie()
1115
1116
def
ClosePol(self, event):
1117
pids = []
Callers
nothing calls this directly
Calls
1
POLDie
Method · 0.95
Tested by
no test coverage detected