MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / load_binint1

Method load_binint1

tools/python-3.11.9-amd64/Lib/pickle.py:1284–1285  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1282 dispatch[BININT[0]] = load_binint
1283
1284 def load_binint1(self):
1285 self.append(self.read(1)[0])
1286 dispatch[BININT1[0]] = load_binint1
1287
1288 def load_binint2(self):

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected