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

Method write_float

erpc_python/erpc/basic_codec.py:61–62  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

59 self._write('<Q', value)
60
61 def write_float(self, value):
62 self._write('<f', value)
63
64 def write_double(self, value):
65 self._write('<d', value)

Callers

nothing calls this directly

Calls 1

_writeMethod · 0.95

Tested by

no test coverage detected