Lines Matching defs:copy
9 # obtaining a copy of this software and associated documentation
12 # copy, modify, merge, publish, distribute, sublicense, and/or sell
47 import copy
241 If length is None, copy the entire content.
924 """Return a deep copy of self with the given attributes replaced.
927 result = copy.deepcopy(self)
929 result = copy.copy(self)
1026 pax_headers = self.pax_headers.copy()
1407 pax_headers = tarfile.pax_headers.copy()
1578 self.pax_headers = pax_headers.copy()
1756 buf = self.tarinfo.create_pax_global_header(self.pax_headers.copy())
2222 tarinfo = copy.copy(tarinfo)
2340 tarinfo = copy.copy(tarinfo)
2523 (platform limitation), we try to make a copy of the referenced file
2681 # The given starting point might be a (modified) copy.