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

Method load_ext2

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

Source from the content-addressed store, hash-verified

1688 dispatch[EXT1[0]] = load_ext1
1689
1690 def load_ext2(self):
1691 code, = unpack('<H', self.read(2))
1692 self.get_extension(code)
1693 dispatch[EXT2[0]] = load_ext2
1694
1695 def load_ext4(self):

Callers

nothing calls this directly

Calls 2

get_extensionMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected