Python copyreg Functions
EditRocket provides the following information on copyreg functions in the Python source code builder.
constructor(object) - Declares object to be a valid constructor.
pickle(type, function[, constructor]) - Declares that function should be used as a ``reduction'' function for objects of type type; type must not be a ``classic'' class object.