Lines Matching defs:copy
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
30 import copy
1250 new_pub = copy.copy(img_pub)
1942 pfmri = pfmri.copy()
1954 pfmri = pfmri.copy()
2214 # Must copy the old catalog data to the new
2235 # copy any other state files from current state
2380 repo = copy.copy(pub.repository)
2429 new_vars = self.cfg.variants.copy()
2442 """ return a copy of the current image variants"""
2443 return self.cfg.variants.copy()
2446 """ Return a copy of the current image facets"""
2447 return self.cfg.facets.copy()
2541 # don't copy the state updating file
2576 # Next, copy all of the entries for the catalog parts that
2636 # copy() is too slow here and catalog entries
3982 new_mediators = copy.deepcopy(mediators)
4246 """Return copy of avoid set"""
4248 return self.__implicit_avoid_set.copy()
4249 return self.__avoid_set.copy()
4252 """Return copy of tracked obsolete pkgs"""
4253 return self.__group_obsolete.copy()