Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ load_binint1
Method
load_binint1
Lib/pickle.py:1397–1398 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1395
dispatch[BININT[0]] = load_binint
1396
1397
def
load_binint1(self):
1398
self.append(self.read(1)[0])
1399
dispatch[BININT1[0]] = load_binint1
1400
1401
def
load_binint2(self):
Callers
nothing calls this directly
Calls
2
append
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected