MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / load_ext2

Method load_ext2

tools/python-3.11.9-amd64/Lib/pickle.py:1546–1548  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1544 dispatch[EXT1[0]] = load_ext1
1545
1546 def load_ext2(self):
1547 code, = unpack('<H', self.read(2))
1548 self.get_extension(code)
1549 dispatch[EXT2[0]] = load_ext2
1550
1551 def load_ext4(self):

Callers

nothing calls this directly

Calls 3

get_extensionMethod · 0.95
unpackFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected