Lines Matching defs:copy
11 import copy
56 for copy_method in (copy.copy, copy.deepcopy):
1297 bb = b.copy()
1301 bb = b.copy()
1304 # test that it's indeed a copy and not a reference
1306 bb = b.copy()
1608 # copy the bytes.
1722 # bpo-42924: * used to copy from the wrong memory location
1901 # but on mutable types like bytearray they MUST return a new copy.
1993 for copy_method in (copy.copy, copy.deepcopy):