MCPcopy Index your code
hub / github.com/RustPython/RustPython / load_float

Method load_float

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

Source from the content-addressed store, hash-verified

1425 dispatch[LONG4[0]] = load_long4
1426
1427 def load_float(self):
1428 self.append(float(self.readline()[:-1]))
1429 dispatch[FLOAT[0]] = load_float
1430
1431 def load_binfloat(self):

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
readlineMethod · 0.45

Tested by

no test coverage detected