MCPcopy
hub / github.com/fastapi/fastapi / handle

Method handle

fastapi/routing.py:2055–2056  ·  view source on GitHub ↗
(self, scope: Scope, receive: Receive, send: Send)

Source from the content-addressed store, hash-verified

2053 return None
2054
2055 async def handle(self, scope: Scope, receive: Receive, send: Send) -> None:
2056 await self.app(scope, receive, send)
2057
2058 def url_path_for(self, name: str, /, **path_params: Any) -> URLPath:
2059 raise NoMatchFound(name, path_params)

Callers

nothing calls this directly

Calls 1

appMethod · 0.80

Tested by

no test coverage detected