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

Class ProxyError

src/websockets/exceptions.py:211–215  ·  view source on GitHub ↗

Raised when failing to connect to a proxy.

Source from the content-addressed store, hash-verified

209
210
211class ProxyError(InvalidHandshake):
212 """
213 Raised when failing to connect to a proxy.
214
215 """
216
217
218class InvalidProxyMessage(ProxyError):

Callers 3

connect_socks_proxyFunction · 0.85
connect_socks_proxyFunction · 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…