copy: The Copy Module

1 Description

The Python copy module will copy functions and classes (shallow or deep) by returning the original object unchanged; thus acting in a manner compatible with the pickle module.

This document was last updated: