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

Method decode

python/proton/_message.py:489–491  ·  view source on GitHub ↗
(self, data: bytes)

Source from the content-addressed store, hash-verified

487 return data
488
489 def decode(self, data: bytes) -> None:
490 self._check(pn_message_decode(self._msg, data))
491 self._post_decode()
492
493 def send(self, sender: 'Sender', tag: Optional[str] = None) -> 'Delivery':
494 """

Callers 9

recv_msgFunction · 0.95
recvMethod · 0.95
testPropertiesMethod · 0.95
testBinaryPropertyKeyMethod · 0.95
testRoundTripMethod · 0.95

Calls 3

_checkMethod · 0.95
_post_decodeMethod · 0.95
pn_message_decodeFunction · 0.90

Tested by

no test coverage detected