Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ quit
Method
quit
pyLoadCore.py:191–194 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
189
return
True
190
191
def
quit(self, a, b):
192
self.shutdown()
193
self.log.info(_(
"Received Quit signal"
))
194
_exit(1)
195
196
def
writePidFile(self):
197
self.deletePidFile()
Callers
2
shutdown
Method · 0.45
slotQuit
Method · 0.45
Calls
2
shutdown
Method · 0.95
_
Function · 0.50
Tested by
no test coverage detected