MCPcopy
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
82class _AsyncBackend(TypedDict):
83 backend: str
84 backend_options: dict[str, Any]
85
86
87class _Upgrade(Exception):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by 1

__init__Method · 0.68