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

Function _read_ulong

tools/python-3.11.9-amd64/Lib/aifc.py:158–162  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

156 raise EOFError from None
157
158def _read_ulong(file):
159 try:
160 return struct.unpack('>L', file.read(4))[0]
161 except struct.error:
162 raise EOFError from None
163
164def _read_short(file):
165 try:

Callers 2

_read_floatFunction · 0.85
initfpMethod · 0.85

Calls 2

unpackMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected