MCPcopy Create free account
hub / github.com/pyload/pyload / run

Method run

module/lib/bottle.py:2085–2091  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

2083
2084class CherryPyServer(ServerAdapter):
2085 def run(self, handler): # pragma: no cover
2086 from cherrypy import wsgiserver
2087 server = wsgiserver.CherryPyWSGIServer((self.host, self.port), handler)
2088 try:
2089 server.start()
2090 finally:
2091 server.stop()
2092
2093
2094class PasteServer(ServerAdapter):

Callers

nothing calls this directly

Calls 2

startMethod · 0.95
stopMethod · 0.95

Tested by

no test coverage detected