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

Method load_proto

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

Source from the content-addressed store, hash-verified

1227 dispatch = {}
1228
1229 def load_proto(self):
1230 proto = self.read(1)[0]
1231 if not 0 <= proto <= HIGHEST_PROTOCOL:
1232 raise ValueError("unsupported pickle protocol: %d" % proto)
1233 self.proto = proto
1234 dispatch[PROTO[0]] = load_proto
1235
1236 def load_frame(self):

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected