Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ read_double
Method
read_double
erpc_python/erpc/basic_codec.py:137–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
return
self._read(
'<f'
)
136
137
def
read_double(self):
138
return
self._read(
'<d'
)
139
140
def
read_string(self):
141
return
self.read_binary().decode()
Callers
nothing calls this directly
Calls
1
_read
Method · 0.95
Tested by
no test coverage detected