MCPcopy Create free account
hub / github.com/python-websockets/websockets / exception

Method exception

src/websockets/http11.py:95–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93
94 @property
95 def exception(self) -> Exception | None: # pragma: no cover
96 warnings.warn( # deprecated in 10.3 - 2022-04-17
97 "Request.exception is deprecated; use ServerProtocol.handshake_exc instead",
98 DeprecationWarning,
99 )
100 return self._exception
101
102 @classmethod
103 def parse(

Callers 2

_drainMethod · 0.45
test_abort_pingMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_abort_pingMethod · 0.36