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

Method load_ext2

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

Source from the content-addressed store, hash-verified

1657 dispatch[EXT1[0]] = load_ext1
1658
1659 def load_ext2(self):
1660 code, = unpack('<H', self.read(2))
1661 self.get_extension(code)
1662 dispatch[EXT2[0]] = load_ext2
1663
1664 def load_ext4(self):

Callers

nothing calls this directly

Calls 3

get_extensionMethod · 0.95
unpackFunction · 0.90
readMethod · 0.45

Tested by

no test coverage detected