MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / start_write_list

Method start_write_list

erpc_python/erpc/basic_codec.py:74–75  ·  view source on GitHub ↗
(self, length)

Source from the content-addressed store, hash-verified

72 self._buffer += value
73
74 def start_write_list(self, length):
75 self.write_uint32(length)
76
77 def start_write_union(self, discriminator):
78 self.write_uint32(discriminator)

Callers

nothing calls this directly

Calls 1

write_uint32Method · 0.95

Tested by

no test coverage detected