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

Method run

python-client/src/datapane/_vendor/bottle.py:3239–3242  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

3237
3238class FlupFCGIServer(ServerAdapter):
3239 def run(self, handler): # pragma: no cover
3240 import flup.server.fcgi
3241 self.options.setdefault('bindAddress', (self.host, self.port))
3242 flup.server.fcgi.WSGIServer(handler, **self.options).run()
3243
3244
3245class WSGIRefServer(ServerAdapter):

Callers

nothing calls this directly

Calls 2

setdefaultMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected