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

Class _Upgrade

starlette/testclient.py:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87class _Upgrade(Exception):
88 def __init__(self, session: WebSocketTestSession) -> None:
89 self.session = session
90
91
92class WebSocketDenialResponse( # type: ignore[misc]

Callers 1

handle_requestMethod · 0.85

Calls

no outgoing calls

Tested by 1

handle_requestMethod · 0.68