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

Method load_ext1

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

Source from the content-addressed store, hash-verified

1652 dispatch[STACK_GLOBAL[0]] = load_stack_global
1653
1654 def load_ext1(self):
1655 code = self.read(1)[0]
1656 self.get_extension(code)
1657 dispatch[EXT1[0]] = load_ext1
1658
1659 def load_ext2(self):

Callers

nothing calls this directly

Calls 2

get_extensionMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected