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

Method start_read_list

erpc_python/erpc/basic_codec.py:149–155  ·  view source on GitHub ↗

Function which should be called on list de-serialization. Returns: int: Int of list length.

(self)

Source from the content-addressed store, hash-verified

147 return data
148
149 def start_read_list(self):
150 """ Function which should be called on list de-serialization.
151
152 Returns:
153 int: Int of list length.
154 """
155 return self.read_uint32()
156
157 def start_read_union(self):
158 """ Function which should be called on union de-serialization.

Callers

nothing calls this directly

Calls 1

read_uint32Method · 0.95

Tested by

no test coverage detected