MCPcopy
hub / github.com/encode/starlette / handle

Method handle

starlette/routing.py:173–174  ·  view source on GitHub ↗
(self, scope: Scope, receive: Receive, send: Send)

Source from the content-addressed store, hash-verified

171 raise NotImplementedError() # pragma: no cover
172
173 async def handle(self, scope: Scope, receive: Receive, send: Send) -> None:
174 raise NotImplementedError() # pragma: no cover
175
176 async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:
177 """

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected