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

Method run

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

Source from the content-addressed store, hash-verified

3419 """ Untested. """
3420
3421 def run(self, handler):
3422 depr(0, 13, "Diesel is not tested or supported and will be removed.")
3423 from diesel.protocols.wsgi import WSGIApplication
3424 app = WSGIApplication(handler, port=self.port)
3425 app.run()
3426
3427
3428class GeventServer(ServerAdapter):

Callers

nothing calls this directly

Calls 2

deprFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected