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

Method __init__

cherrypy/process/plugins.py:430–433  ·  view source on GitHub ↗
(self, bus, pidfile)

Source from the content-addressed store, hash-verified

428 """Maintain a PID file via a WSPBus."""
429
430 def __init__(self, bus, pidfile):
431 SimplePlugin.__init__(self, bus)
432 self.pidfile = pidfile
433 self.finalized = False
434
435 def start(self):
436 pid = os.getpid()

Callers 7

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected