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

Method __call__

python/python3/tornado/web.py:2193–2198  ·  view source on GitHub ↗
(
        self, request: httputil.HTTPServerRequest
    )

Source from the content-addressed store, hash-verified

2191 pass
2192
2193 def __call__(
2194 self, request: httputil.HTTPServerRequest
2195 ) -> Optional[Awaitable[None]]:
2196 # Legacy HTTPServer interface
2197 dispatcher = self.find_handler(request)
2198 return dispatcher.execute()
2199
2200 def find_handler(
2201 self, request: httputil.HTTPServerRequest, **kwargs: Any

Callers

nothing calls this directly

Calls 2

find_handlerMethod · 0.95
executeMethod · 0.80

Tested by

no test coverage detected