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

Method __call__

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

Source from the content-addressed store, hash-verified

478 SimpleInitializableMiddleware.counter += 1
479
480 async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:
481 await self.app(scope, receive, send)
482
483 def get_app() -> ASGIApp:
484 app = Starlette()

Callers

nothing calls this directly

Calls 1

appMethod · 0.45

Tested by

no test coverage detected