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

File pickle.py

tools/python-3.11.9-amd64/Lib/pickle.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Create portable serialized representations of Python objects.
2
3See module copyreg for a mechanism for registering custom picklers.
4See module pickletools source for extensive comments.

Callers

nothing calls this directly

Calls 10

_testFunction · 0.70
loadFunction · 0.70
openFunction · 0.70
appendMethod · 0.45
extendMethod · 0.45
matchMethod · 0.45
add_argumentMethod · 0.45
parse_argsMethod · 0.45
print_helpMethod · 0.45
pprintMethod · 0.45

Tested by

no test coverage detected