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

Method decode_data

python/tests/proton_tests/interop.py:57–62  ·  view source on GitHub ↗
(self, encoded)

Source from the content-addressed store, hash-verified

55 f.close()
56
57 def decode_data(self, encoded):
58 buffer = encoded
59 while buffer:
60 n = self.data.decode(buffer)
61 buffer = buffer[n:]
62 self.data.rewind()
63
64 def decode_data_file(self, name):
65 encoded = self.get_data(name)

Callers 2

decode_data_fileMethod · 0.95
decode_message_fileMethod · 0.95

Calls 2

decodeMethod · 0.45
rewindMethod · 0.45

Tested by

no test coverage detected