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

Method __call__

tests/test_applications.py:470–471  ·  view source on GitHub ↗
(self, scope: Scope, receive: Receive, send: Send)

Source from the content-addressed store, hash-verified

468 self.app = app
469
470 async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:
471 await self.app(scope, receive, send)
472
473 class SimpleInitializableMiddleware:
474 counter = 0

Callers

nothing calls this directly

Calls 1

appMethod · 0.45

Tested by

no test coverage detected