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

Method run

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

Source from the content-addressed store, hash-verified

3549 CherootServer, WSGIRefServer]
3550
3551 def run(self, handler):
3552 for sa in self.adapters:
3553 try:
3554 return sa(self.host, self.port, **self.options).run(handler)
3555 except ImportError:
3556 pass
3557
3558
3559server_names = {

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected