Lines Matching refs:copy
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137 orig = self.index[tuple(template[k] for k in self.keys)].copy()
248 c = self.password_file.getvalue(template).copy()
253 copy = template.copy()
254 if "password" in copy:
255 copy["password"]=""
256 self.password_file.updatevalue(copy)
261 copy = template.copy()
262 if "password" in copy:
263 copy["password"]="x"
264 self.password_file.setvalue(copy)
283 names = self.password_file.column_names.copy()
463 c = template.copy() # since we're mucking w/ this....