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

Method load_ext1

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

Source from the content-addressed store, hash-verified

1683 dispatch[STACK_GLOBAL[0]] = load_stack_global
1684
1685 def load_ext1(self):
1686 code = self.read(1)[0]
1687 self.get_extension(code)
1688 dispatch[EXT1[0]] = load_ext1
1689
1690 def load_ext2(self):

Callers

nothing calls this directly

Calls 2

get_extensionMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected