MCPcopy 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
467def pn_data_put_binary(data, b):
468 return lib.pn_data_put_binary(data, py2bytes(b))
469
470
471def pn_data_put_string(data, s):

Callers 1

put_binaryMethod · 0.90

Calls 1

py2bytesFunction · 0.85

Tested by

no test coverage detected