MCPcopy
hub / github.com/tornadoweb/tornado / get_app

Method get_app

tornado/testing.py:400–404  ·  view source on GitHub ↗

Should be overridden by subclasses to return a `tornado.web.Application` or other `.HTTPServer` callback.

(self)

Source from the content-addressed store, hash-verified

398 return HTTPServer(self._app, **self.get_httpserver_options())
399
400 def get_app(self) -> Application:
401 """Should be overridden by subclasses to return a
402 `tornado.web.Application` or other `.HTTPServer` callback.
403 """
404 raise NotImplementedError()
405
406 def fetch(
407 self, path: str, raise_error: bool = False, **kwargs: Any

Callers 1

setUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected