Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
87
class
_Upgrade(Exception):
88
def
__init__(self, session: WebSocketTestSession) -> None:
89
self.session = session
90
91
92
class
WebSocketDenialResponse(
# type: ignore[misc]
Callers
1
handle_request
Method · 0.85
Calls
no outgoing calls
Tested by
1
handle_request
Method · 0.68