A Python reference implementation of the CF data model
Called by the copy.deepcopy function.
copy.deepcopy
x.__deepcopy__() <==> copy.deepcopy(x)