Return a deep copy.
t.copy() is equivalent to copy.deepcopy(t).
Note
This method is not like the built-in dict.copy method, which creates a shallow copy.
The deep copy.
Examples
>>> u = t.copy()
cf.Transform.close
cf.Transform.dump
Enter search terms or a module, class or function name.