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

Class NegotiationError

src/websockets/exceptions.py:317–321  ·  view source on GitHub ↗

Raised when negotiating an extension or a subprotocol fails.

Source from the content-addressed store, hash-verified

315
316
317class NegotiationError(InvalidHandshake):
318 """
319 Raised when negotiating an extension or a subprotocol fails.
320
321 """
322
323
324class DuplicateParameter(NegotiationError):

Callers 11

process_extensionsMethod · 0.85
process_subprotocolMethod · 0.85
select_subprotocolMethod · 0.85
process_extensionsMethod · 0.85
process_subprotocolMethod · 0.85
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…