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

File copyreg.py

Lib/copyreg.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Helper to provide extensibility for pickle.
2
3This is only useful to add pickle support for extension types defined in
4C, not for instances of user-defined classes.

Callers

nothing calls this directly

Calls 1

pickleFunction · 0.85

Tested by

no test coverage detected