MCPcopy Create free account
hub / github.com/apache/qpid-proton / Timeout

Class Timeout

python/proton/_exceptions.py:31–36  ·  view source on GitHub ↗

A timeout exception indicates that a blocking operation has timed out.

Source from the content-addressed store, hash-verified

29
30
31class Timeout(ProtonException):
32 """
33 A timeout exception indicates that a blocking operation has timed
34 out.
35 """
36 pass
37
38
39class Interrupt(ProtonException):

Callers 1

waitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected