Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ _AsyncBackend
Class
_AsyncBackend
starlette/testclient.py:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
82
class
_AsyncBackend(TypedDict):
83
backend: str
84
backend_options: dict[str, Any]
85
86
87
class
_Upgrade(Exception):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
1
__init__
Method · 0.68