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

Method __init__

cherrypy/process/plugins.py:464–467  ·  view source on GitHub ↗

Override parent constructor to allow 'bus' to be provided.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

462 """
463
464 def __init__(self, *args, **kwargs):
465 "Override parent constructor to allow 'bus' to be provided."
466 self.bus = kwargs.pop('bus', None)
467 super(PerpetualTimer, self).__init__(*args, **kwargs)
468
469 def run(self):
470 while True:

Callers

nothing calls this directly

Calls 2

popMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected