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

Function write32u

tools/python-3.11.9-amd64/Lib/gzip.py:70–73  ·  view source on GitHub ↗
(output, value)

Source from the content-addressed store, hash-verified

68 return binary_file
69
70def write32u(output, value):
71 # The L format writes the bit pattern correctly whether signed
72 # or unsigned.
73 output.write(struct.pack("<L", value))
74
75class _PaddedFile:
76 """Minimal read-only file object that prepends a string to the contents

Callers 2

_write_gzip_headerMethod · 0.85
closeMethod · 0.85

Calls 2

writeMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected