MCPcopy
hub / github.com/fluentpython/example-code-2e / run

Method run

21-async/mojifinder/bottle.py:2762–2765  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

2760
2761class FlupFCGIServer(ServerAdapter):
2762 def run(self, handler): # pragma: no cover
2763 import flup.server.fcgi
2764 self.options.setdefault('bindAddress', (self.host, self.port))
2765 flup.server.fcgi.WSGIServer(handler, **self.options).run()
2766
2767
2768class WSGIRefServer(ServerAdapter):

Callers

nothing calls this directly

Calls 2

setdefaultMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected