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

Method run

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

Source from the content-addressed store, hash-verified

2976class BjoernServer(ServerAdapter):
2977 """ Fast server written in C: https://github.com/jonashaag/bjoern """
2978 def run(self, handler):
2979 from bjoern import run
2980 run(handler, self.host, self.port)
2981
2982
2983class AutoServer(ServerAdapter):

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected