Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ pn_data_put_binary
Function
pn_data_put_binary
python/cproton.py:467–468 ·
view source on GitHub ↗
(data, b)
Source
from the content-addressed store, hash-verified
465
466
467
def
pn_data_put_binary(data, b):
468
return
lib.pn_data_put_binary(data, py2bytes(b))
469
470
471
def
pn_data_put_string(data, s):
Callers
1
put_binary
Method · 0.90
Calls
1
py2bytes
Function · 0.85
Tested by
no test coverage detected