MCPcopy 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

unpackFunction · 0.50
appendMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected