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

Class ClientDisconnect

starlette/requests.py:73–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73class ClientDisconnect(Exception):
74 pass
75
76
77StateT = TypeVar("StateT", bound=Mapping[str, Any] | State, default=State)

Callers 2

__call__Method · 0.90
streamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected