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

Method __init__

cherrypy/process/plugins.py:354–360  ·  view source on GitHub ↗
(self, bus, stdin='/dev/null', stdout='/dev/null',
                 stderr='/dev/null')

Source from the content-addressed store, hash-verified

352 """
353
354 def __init__(self, bus, stdin='/dev/null', stdout='/dev/null',
355 stderr='/dev/null'):
356 SimplePlugin.__init__(self, bus)
357 self.stdin = stdin
358 self.stdout = stdout
359 self.stderr = stderr
360 self.finalized = False
361
362 def start(self):
363 if self.finalized:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected