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

Method load_ext4

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

Source from the content-addressed store, hash-verified

1693 dispatch[EXT2[0]] = load_ext2
1694
1695 def load_ext4(self):
1696 code, = unpack('<i', self.read(4))
1697 self.get_extension(code)
1698 dispatch[EXT4[0]] = load_ext4
1699
1700 def get_extension(self, code):

Callers

nothing calls this directly

Calls 2

get_extensionMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected