Lines Matching defs:copy
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52 import copy
500 prop.__allowed = copy.copy(self.__allowed)
929 propsec.add_property(copy.copy(p))
1003 properties=copy.copy(self.__properties))
1010 # A *copy* of the properties must be used to construct the new
1014 copy.copy(p) for p in self.__properties
1096 # Get a copy of the definition for this section.
1143 return copy.copy(propobj)
1164 # section; if there is, return a copy.
1170 return copy.copy(s)
1194 secobj = copy.copy(s)
1221 # get verified, so append to a copy of the property's value and
1225 pval = copy.copy(propobj.value)
1261 copy first, and then call set_property() to update the value.
1336 # Remove the value from a copy of the actual property object
1338 pval = copy.copy(propobj.value)