Searched defs:copy (Results 1 - 25 of 28) sorted by relevance

12

/pkg/src/tests/api/
H A Dt_variant.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy namespace
126 vc1_tmp = copy.copy(vc1_ns)
151 # Test that modifing the original does not modify the copy.
152 vc3_ns_copy = copy.copy(vc3_ns)
H A Dt_publisher.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
33 import copy namespace
86 # Verify that a copy matches its original.
87 cuobj = copy.copy(uobj)
222 # Verify that a copy matches its original.
223 crobj = copy.copy(robj)
371 r2obj = copy.copy(rob
[all...]
H A Dt_config.py10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
33 import copy namespace
221 # Verify base copy works as expected.
223 p2 = copy.copy(p1)
351 np = copy.copy(p)
908 # Verify base copy works as expected.
910 s2 = copy.copy(s
[all...]
/pkg/src/modules/
H A Dp5s.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy namespace
175 m = copy.copy(u)
H A Dfacet.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
489 def copy(self): member in class:Facets
H A Dvariant.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
29 import copy namespace
47 def copy(self): member in class:_Variants
210 # Next, a new list is created by adding (2, "x") to a copy
230 self.__template = copy.copy(vct)
253 vc.__sat_set = copy.copy(self.__sat_set)
254 vc.__not_sat_set = copy.copy(sel
[all...]
H A Dfmri.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
173 def copy(self): member in class:PkgFmri
H A Dconfig.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52 import copy namespace
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
[all...]
H A Dquery_parser.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
34 import copy namespace
1244 (k, copy.copy(d))
H A Dcatalog.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
28 import copy namespace
373 # Update in-memory copy to reflect stored data.
1157 self.__data = copy.deepcopy(self.__DEFAULT_ELEMS)
1217 # Use a copy to prevent the in-memory version from being
1219 struct = copy.deepcopy(self.__data)
1493 nentry = copy.deepcopy(entry)
1546 nentry = copy.deepcopy(entry)
2319 # Finally, save the catalog, and then copy the new
/pkg/src/modules/server/
H A Dfeed.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
34 import copy namespace
334 # Attempt to parse the cached copy. If we can't, for any
365 up_ts = copy.copy(cat.last_modified)
378 cached copy if it is available.
/pkg/src/modules/client/
H A Dpkgplan.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy namespace
H A Dhistory.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy namespace
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
[all...]
H A Dpublisher.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
41 import copy namespace
818 cluris = [copy.copy(u) for u in self.legal_uris]
819 cmirrors = [copy.copy(u) for u in self.mirrors]
820 cruris = [copy.copy(u) for u in self.related_uris]
821 corigins = [copy.copy(
[all...]
H A Dimage.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
30 import copy namespace
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(pu
[all...]
H A Dapi.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
58 import copy namespace
558 ret[m] = copy.copy(mvalues)
1532 # save, load, and get a new json copy of the plan,
1533 # then compare that new copy against our current one.
3489 # copy() is too slow here and catalog
3617 copy.copy(pub_map[pub])
5044 a copy o
[all...]
/pkg/src/tests/cli/
H A Dt_depot_config.py10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
33 import copy namespace
299 _svcs_conf = copy.deepcopy(svcs_conf)
300 _svcprop_conf = copy.deepcopy(svcprop_conf)
H A Dt_pkg_sysrepo.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
33 import copy namespace
346 cd = copy.copy(self.base_conf_dict)
518 shutil.copy(os.path.join(self.test_root, "apache-conf", name,
H A Dt_pkg_search.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
33 import copy namespace
218 res_local_path = copy.copy(res_remote_path)
220 res_local_bin = copy.copy(res_remote_bin)
222 res_local_bug_id = copy.copy(res_remote_bug_id)
224 res_local_inc_changes = copy.copy(res_remote_inc_change
[all...]
/pkg/src/util/publish/
H A Dpkgfmt.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
57 import copy namespace
326 sattrs = copy.copy(act.attrs)
/pkg/src/modules/lint/
H A Dpkglint_action.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
30 import copy namespace
730 for targ_pfmri in targ_dic.copy():
770 action_copy = copy.deepcopy(action)
/pkg/src/modules/publish/
H A Ddependencies.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy namespace
297 attrs = d.attrs.copy()
302 attrs = d.attrs.copy()
351 delivered_bn.setdefault(bn, copy.copy(pvc))
735 tmp_vars = copy.copy(path_vars)
818 # Make a copy of path_vars which is unsatisfied, then
827 attrs = file_dep_attrs.copy()
[all...]
/pkg/src/
H A Dpkgrepo.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
50 import copy namespace
1454 # Get a copy of the existing publisher.
1455 pub = copy.copy(repo.get_publisher(pfx))
2113 "in repository {0} is not an exact copy of the "
/pkg/src/modules/client/linkedimage/
H A Dcommon.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
45 import copy namespace
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()
[all...]
/pkg/src/modules/client/transport/
H A Dtransport.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
28 import copy namespace
1119 alt_repo = copy.copy(alt_repo)
2487 p = copy.copy(pub)
3560 a = copy.copy(action)
3564 a.attrs = copy.copy(actio
[all...]

Completed in 2275 milliseconds

12