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

Function _read_long

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

Source from the content-addressed store, hash-verified

150_AIFC_version = 0xA2805140 # Version 1 of AIFF-C
151
152def _read_long(file):
153 try:
154 return struct.unpack('>l', file.read(4))[0]
155 except struct.error:
156 raise EOFError from None
157
158def _read_ulong(file):
159 try:

Callers 2

_read_comm_chunkMethod · 0.85
_readmarkMethod · 0.85

Calls 2

unpackMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected