copyreg
copyreg — Register pickle support functions
Source code: Lib/copyreg.py
The copyreg
module offers a way to define functions used while pickling specific objects. The pickle
and copy
modules use those functions when pickling/copying those objects. The module provides configuration information about object constructors which are not class