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