Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
def
string2bytes(py, encoding=
'utf8'
):
217
s = ffi.from_buffer(py.encode(encoding))
218
return
len(s), s
219
220
221
def
UUID2uuid(py):
Callers
3
py2msgid
Function · 0.85
pn_data_put_string
Function · 0.85
pn_data_put_symbol
Function · 0.85
Calls
1
encode
Method · 0.45
Tested by
no test coverage detected