(self, scope: Scope, receive: Receive, send: Send)
| 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 | """ |