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

Method get_app

python/python3/tornado/testing.py:460–464  ·  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

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
462 `tornado.web.Application` or other `.HTTPServer` callback.
463 """
464 raise NotImplementedError()
465
466 def fetch(
467 self, path: str, raise_error: bool = False, **kwargs: Any

Callers 1

setUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected