Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayOnLinux/POL-POM-4
/ ForceClose
Method
ForceClose
python/wrapper.py:92–94 ·
view source on GitHub ↗
(self, signal, frame)
Source
from the content-addressed store, hash-verified
90
return
False
91
92
def
ForceClose(self, signal, frame):
# Catch SIGINT
93
print(
"\nCtrl+C pressed. Killing all processes..."
)
94
self.POLDie()
95
96
def
Destroy(self):
97
self.SetupWindowTimer.Stop()
Callers
nothing calls this directly
Calls
1
POLDie
Method · 0.95
Tested by
no test coverage detected