MCPcopy 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

shutdownMethod · 0.45
slotQuitMethod · 0.45

Calls 2

shutdownMethod · 0.95
_Function · 0.50

Tested by

no test coverage detected