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