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