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

Method load_ext1

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

Source from the content-addressed store, hash-verified

1539 dispatch[STACK_GLOBAL[0]] = load_stack_global
1540
1541 def load_ext1(self):
1542 code = self.read(1)[0]
1543 self.get_extension(code)
1544 dispatch[EXT1[0]] = load_ext1
1545
1546 def load_ext2(self):

Callers

nothing calls this directly

Calls 2

get_extensionMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected