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

Method load_ext4

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

Source from the content-addressed store, hash-verified

1549 dispatch[EXT2[0]] = load_ext2
1550
1551 def load_ext4(self):
1552 code, = unpack('<i', self.read(4))
1553 self.get_extension(code)
1554 dispatch[EXT4[0]] = load_ext4
1555
1556 def get_extension(self, code):

Callers

nothing calls this directly

Calls 3

get_extensionMethod · 0.95
unpackFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected