MCPcopy Index your code
hub / github.com/python/cpython / load_binint1

Method load_binint1

Lib/pickle.py:1423–1424  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1421 dispatch[BININT[0]] = load_binint
1422
1423 def load_binint1(self):
1424 self.append(self.read(1)[0])
1425 dispatch[BININT1[0]] = load_binint1
1426
1427 def load_binint2(self):

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected