deepcopy#

caf.base.data_structures.deepcopy(x, memo=None, _nil=[])#

Deep copy operation on arbitrary Python objects.

See the module’s __doc__ string for more info.