Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ __await__
Method
__await__
starlette/endpoints.py:29–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
]
28
29
def
__await__(self) -> Generator[Any, None, None]:
30
return
self.dispatch().__await__()
31
32
async
def
dispatch(self) -> None:
33
request = Request(self.scope, receive=self.receive)
Callers
1
__await__
Method · 0.45
Calls
1
dispatch
Method · 0.95
Tested by
no test coverage detected