Lines Matching defs:copy
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
45 import copy
1232 Always returns a copy of the properties in case the caller
1238 return self.__props.copy()
1243 # make a copy of the props in case they are updated
1245 props = lip.get_child_props(lin).copy()
1442 # make a copy of the properties and update them
1443 props = props.copy()
1864 # make a copy of the options and start updating them
1865 child_props = props.copy()
2167 kwargs = kwargs.copy()
2250 # isn't changing.) we iterate over a copy of lic_setup to
2253 for lic in copy.copy(lic_setup):
2664 pd.li_props = rm_dict_ent(self.__props.copy(), temporal_props)
2672 # make a copy of the linked image properties
2673 props = pd.li_props.copy()
2690 li_ignore = copy.copy(pd.children_ignored)
2862 # make a copy of the props we want to push
2863 props = self.__props.copy()
3319 # function so we make a copy.