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

Function _write_ushort

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

Source from the content-addressed store, hash-verified

206 f.write(struct.pack('>h', x))
207
208def _write_ushort(f, x):
209 f.write(struct.pack('>H', x))
210
211def _write_long(f, x):
212 f.write(struct.pack('>l', x))

Callers 1

_write_floatFunction · 0.85

Calls 2

writeMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected