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

Function _write_ulong

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

Source from the content-addressed store, hash-verified

212 f.write(struct.pack('>l', x))
213
214def _write_ulong(f, x):
215 f.write(struct.pack('>L', x))
216
217def _write_string(f, s):
218 if len(s) > 255:

Callers 5

_write_floatFunction · 0.85
_write_headerMethod · 0.85
_write_form_lengthMethod · 0.85
_patchheaderMethod · 0.85
_writemarkersMethod · 0.85

Calls 2

writeMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected