Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ write_string
Method
write_string
erpc_python/erpc/basic_codec.py:67–68 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
65
self._write(
'<d'
, value)
66
67
def
write_string(self, value):
68
self.write_binary(value.encode())
69
70
def
write_binary(self, value):
71
self.write_uint32(len(value))
Callers
nothing calls this directly
Calls
1
write_binary
Method · 0.95
Tested by
no test coverage detected