MCPcopy Create free account
hub / github.com/EasyIME/PIME / get_http_server

Method get_http_server

python/python3/tornado/testing.py:457–458  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

455 return AsyncHTTPClient()
456
457 def get_http_server(self) -> HTTPServer:
458 return HTTPServer(self._app, **self.get_httpserver_options())
459
460 def get_app(self) -> Application:
461 """Should be overridden by subclasses to return a

Callers 1

setUpMethod · 0.95

Calls 2

HTTPServerClass · 0.90

Tested by

no test coverage detected