Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ load_binint2
Method
load_binint2
tools/python-3.11.9-amd64/Lib/pickle.py:1288–1289 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1286
dispatch[BININT1[0]] = load_binint1
1287
1288
def
load_binint2(self):
1289
self.append(unpack(
'<H'
, self.read(2))[0])
1290
dispatch[BININT2[0]] = load_binint2
1291
1292
def
load_long(self):
Callers
nothing calls this directly
Calls
3
unpack
Function · 0.50
append
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected