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