Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ load_binint
Method
load_binint
tools/python-3.11.9-amd64/Lib/pickle.py:1280–1281 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1278
dispatch[INT[0]] = load_int
1279
1280
def
load_binint(self):
1281
self.append(unpack(
'<i'
, self.read(4))[0])
1282
dispatch[BININT[0]] = load_binint
1283
1284
def
load_binint1(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