Lines Matching defs:copy
9 import copy
1274 # This exercises d.copy(), d.items(), d[], del d[], len(d).
1282 items2 = list(dict.copy().items())
1306 # This exercises d.copy(), d.items(), d[] = v, d[], del d[],
1316 items2 = dict.copy().items()
1442 ddict = copy.copy(dict)
1675 wvd3 = wvd1.copy()
1691 tmp3 = wvd3.copy() # Between WeakValueDictionary and iterable key, value
1727 wkd3 = wkd1.copy()
1743 tmp3 = wkd3.copy() # Between WeakKeyDictionary and iterable key, value
1884 _ = copy.deepcopy(d)
1886 _ = d.copy()
1966 return self.__ref.copy()
1973 return self.__ref.copy()