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

Method load_float

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

Source from the content-addressed store, hash-verified

1451 dispatch[LONG4[0]] = load_long4
1452
1453 def load_float(self):
1454 self.append(float(self.readline()[:-1]))
1455 dispatch[FLOAT[0]] = load_float
1456
1457 def load_binfloat(self):

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
readlineMethod · 0.45

Tested by

no test coverage detected