Lines Matching defs:copy
4 import copy
43 # Test internal copy
44 obj_copy = obj.copy()
48 # Test copy.copy
50 obj_copy = copy.copy(obj)
109 for e in d.copy(), copy.copy(d): # check shallow copies
125 for e in [copy.deepcopy(d),
150 combined = baseline.copy()
259 cm3 = cm1.copy()
277 tmp = cm3.copy()
574 for copier in copy.copy, copy.deepcopy:
598 'copy', 'created', 'creation', 'd', 'debugging', 'defined', 'dict',
729 stubs = methodstubs.copy()
2187 check(words.copy())
2188 check(copy.copy(words))
2189 check(copy.deepcopy(words))
2203 d = c.copy()
2275 c = p.copy()