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