Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ write_bool
Method
write_bool
erpc_python/erpc/basic_codec.py:34–35 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
32
self._cursor += struct.calcsize(fmt)
33
34
def
write_bool(self, value):
35
self._write(
'<?'
, value)
36
37
def
write_int8(self, value):
38
self._write(
'<b'
, value)
Callers
nothing calls this directly
Calls
1
_write
Method · 0.95
Tested by
no test coverage detected