diff options
Diffstat (limited to 'Doc/library/copyreg.rst')
-rw-r--r-- | Doc/library/copyreg.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/copyreg.rst b/Doc/library/copyreg.rst index 18306c7..eeabb4c 100644 --- a/Doc/library/copyreg.rst +++ b/Doc/library/copyreg.rst @@ -4,11 +4,14 @@ .. module:: copyreg :synopsis: Register pickle support functions. +**Source code:** :source:`Lib/copyreg.py` .. index:: module: pickle module: copy +-------------- + The :mod:`copyreg` module offers a way to define functions used while pickling specific objects. The :mod:`pickle` and :mod:`copy` modules use those functions when pickling/copying those objects. The module provides configuration |