Return a deep copy.
t.copy() is equivalent to copy.deepcopy(t).
New in version 1.0.
The deep copy.
>>> u = t.copy()
Enter search terms or a module, class or function name.