Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
487
def
pn_data_get_binary(data):
488
return
bytes2py(lib.pn_data_get_binary(data))
489
490
491
def
pn_data_get_string(data):
Callers
1
get_binary
Method · 0.90
Calls
1
bytes2py
Function · 0.85
Tested by
no test coverage detected