Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cherrypy/cherrypy
/ subscribe
Method
subscribe
cherrypy/process/servers.py:155–157 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
153
self.running = False
154
155
def
subscribe(self):
156
self.bus.subscribe(
'start'
, self.start)
157
self.bus.subscribe(
'stop'
, self.stop)
158
159
def
unsubscribe(self):
160
self.bus.unsubscribe(
'start'
, self.start)
Callers
1
start
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected