MCPcopy Index your code
hub / github.com/pyload/pyload / run

Method run

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

Source from the content-addressed store, hash-verified

2218class RocketServer(ServerAdapter):
2219 """ Untested. """
2220 def run(self, handler):
2221 from rocket import Rocket
2222 server = Rocket((self.host, self.port), 'wsgi', { 'wsgi_app' : handler })
2223 server.start()
2224
2225
2226class BjoernServer(ServerAdapter):

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected