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

Method load_ext4

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

Source from the content-addressed store, hash-verified

1662 dispatch[EXT2[0]] = load_ext2
1663
1664 def load_ext4(self):
1665 code, = unpack('<i', self.read(4))
1666 self.get_extension(code)
1667 dispatch[EXT4[0]] = load_ext4
1668
1669 def get_extension(self, code):

Callers

nothing calls this directly

Calls 3

get_extensionMethod · 0.95
unpackFunction · 0.90
readMethod · 0.45

Tested by

no test coverage detected