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

Method load_long1

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

Source from the content-addressed store, hash-verified

1297 dispatch[LONG[0]] = load_long
1298
1299 def load_long1(self):
1300 n = self.read(1)[0]
1301 data = self.read(n)
1302 self.append(decode_long(data))
1303 dispatch[LONG1[0]] = load_long1
1304
1305 def load_long4(self):

Callers

nothing calls this directly

Calls 3

decode_longFunction · 0.85
readMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected