MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _write_short

Function _write_short

tools/python-3.11.9-amd64/Lib/aifc.py:205–206  ·  view source on GitHub ↗
(f, x)

Source from the content-addressed store, hash-verified

203 return sign * f
204
205def _write_short(f, x):
206 f.write(struct.pack('>h', x))
207
208def _write_ushort(f, x):
209 f.write(struct.pack('>H', x))

Callers 2

_write_headerMethod · 0.85
_writemarkersMethod · 0.85

Calls 2

writeMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected