Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ testFirstAcquirer
Method
testFirstAcquirer
python/tests/proton_tests/message.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
self._test(
"ttl"
, 0, range(12345, 54321))
71
72
def
testFirstAcquirer(self):
73
self._test(
"first_acquirer"
, False, (True, False))
74
75
def
testDeliveryCount(self):
76
self._test(
"delivery_count"
, 0, range(0, 1024))
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected