MCPcopy Index your code
hub / github.com/python/cpython / pickle.py

File pickle.py

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 5

isupperMethod · 0.80
_mainFunction · 0.70
appendMethod · 0.45
extendMethod · 0.45
startswithMethod · 0.45

Tested by

no test coverage detected