Lines Matching refs:copy
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy
126 h.errors = [copy.copy(e) for e in self.errors]
293 [copy.copy(a) for a in self.client_args])
296 h.__operations = [copy.deepcopy(o) for o in self.__operations]
887 attrs["client_args"] = [copy.copy(a) for a in self.client_args]
891 [copy.deepcopy(o) for o in self.__operations]