Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _write_short
Function
_write_short
tools/python-3.11.9-amd64/Lib/aifc.py:205–206 ·
view source on GitHub ↗
(f, x)
Source
from the content-addressed store, hash-verified
203
return
sign * f
204
205
def
_write_short(f, x):
206
f.write(struct.pack(
'>h'
, x))
207
208
def
_write_ushort(f, x):
209
f.write(struct.pack(
'>H'
, x))
Callers
2
_write_header
Method · 0.85
_writemarkers
Method · 0.85
Calls
2
write
Method · 0.45
pack
Method · 0.45
Tested by
no test coverage detected