Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
def
_read_ulong(file):
159
try
:
160
return
struct.unpack(
'>L'
, file.read(4))[0]
161
except
struct.error:
162
raise
EOFError
from
None
163
164
def
_read_short(file):
165
try
:
Callers
2
_read_float
Function · 0.85
initfp
Method · 0.85
Calls
2
unpack
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected