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

Function bytes2py

python/cproton.py:195–196  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

193
194
195def bytes2py(b):
196 return memoryview(ffi.buffer(b.start, b.size))
197
198
199def bytes2pybytes(b):

Callers 2

msgid2pyFunction · 0.85
pn_data_get_binaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected