Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
def
_write_ulong(f, x):
215
f.write(struct.pack(
'>L'
, x))
216
217
def
_write_string(f, s):
218
if
len(s) > 255:
Callers
5
_write_float
Function · 0.85
_write_header
Method · 0.85
_write_form_length
Method · 0.85
_patchheader
Method · 0.85
_writemarkers
Method · 0.85
Calls
2
write
Method · 0.45
pack
Method · 0.45
Tested by
no test coverage detected