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

Function pn_data_get_binary

python/cproton.py:487–488  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

485
486
487def pn_data_get_binary(data):
488 return bytes2py(lib.pn_data_get_binary(data))
489
490
491def pn_data_get_string(data):

Callers 1

get_binaryMethod · 0.90

Calls 1

bytes2pyFunction · 0.85

Tested by

no test coverage detected