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

Method __call__

tornado/wsgi.py:133–134  ·  view source on GitHub ↗
(self, request: httputil.HTTPServerRequest)

Source from the content-addressed store, hash-verified

131 self.executor = dummy_executor if executor is None else executor
132
133 def __call__(self, request: httputil.HTTPServerRequest) -> None:
134 IOLoop.current().spawn_callback(self.handle_request, request)
135
136 async def handle_request(self, request: httputil.HTTPServerRequest) -> None:
137 data = {} # type: Dict[str, Any]

Callers

nothing calls this directly

Calls 2

spawn_callbackMethod · 0.80
currentMethod · 0.80

Tested by

no test coverage detected