MCPcopy Index your code
hub / github.com/cherrypy/cherrypy / exit

Method exit

cherrypy/process/plugins.py:446–453  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

444 start.priority = 70
445
446 def exit(self):
447 try:
448 os.remove(self.pidfile)
449 self.bus.log('PID file removed: %r.' % self.pidfile)
450 except (KeyboardInterrupt, SystemExit):
451 raise
452 except Exception:
453 pass
454
455
456class PerpetualTimer(threading.Timer):

Callers 3

handle_SIGHUPMethod · 0.45
daemonizeMethod · 0.45

Calls 1

logMethod · 0.80

Tested by

no test coverage detected