MCPcopy Index your code
hub / github.com/python-websockets/websockets / InvalidHandshake

Class InvalidHandshake

src/websockets/exceptions.py:194–198  ·  view source on GitHub ↗

Base class for exceptions raised when the opening handshake fails.

Source from the content-addressed store, hash-verified

192
193
194class InvalidHandshake(WebSocketException):
195 """
196 Base class for exceptions raised when the opening handshake fails.
197
198 """
199
200
201class SecurityError(InvalidHandshake):

Callers 1

test_strMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_strMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…