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

Method load_binfloat

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

Source from the content-addressed store, hash-verified

1316 dispatch[FLOAT[0]] = load_float
1317
1318 def load_binfloat(self):
1319 self.append(unpack('>d', self.read(8))[0])
1320 dispatch[BINFLOAT[0]] = load_binfloat
1321
1322 def _decode_string(self, value):

Callers

nothing calls this directly

Calls 3

unpackFunction · 0.50
appendMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected