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

Function string2bytes

python/cproton.py:216–218  ·  view source on GitHub ↗
(py, encoding='utf8')

Source from the content-addressed store, hash-verified

214
215
216def string2bytes(py, encoding='utf8'):
217 s = ffi.from_buffer(py.encode(encoding))
218 return len(s), s
219
220
221def UUID2uuid(py):

Callers 3

py2msgidFunction · 0.85
pn_data_put_stringFunction · 0.85
pn_data_put_symbolFunction · 0.85

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected