/pkg/src/modules/ |
H A D | smf.py | 202 __call(tuple(args) + tuple(fmris), zone=zone) 215 __call(tuple(args) + tuple(fmris), zone=zone) 224 __call(tuple(args) + tuple(fmris), zone=zone) 237 __call(tuple(args) + tuple(fmris), zone=zone) 250 __call(tuple(args) + tuple(fmri [all...] |
H A D | api_common.py | 174 pub, name, version = f.tuple() 195 modifiers = tuple( 197 tuple([sorted(modifiers[k])]) or 198 tuple(sorted(modifiers[k])))
|
H A D | cfgfiles.py | 112 self.index[tuple(dic[k] for k in self.keys)] = \ 121 val = self.index.get(tuple(template[k] for k in self.keys), None) 137 orig = self.index[tuple(template[k] for k in self.keys)].copy() 157 orig = self.index.get(tuple(template[k] for k in self.keys), None) 161 del self.index[tuple(orig[1][k] for k in self.keys)] 167 self.index[tuple(template[k] for k in self.keys)] = \ 172 del self.index[tuple(template[k] for k in self.keys)]
|
H A D | manifest.py | 91 __state__desc = tuple([ 106 tuple(obj), 225 return tuple(v) 235 akey = (a.name, tuple([ 278 returning a tuple consisting of each manifest's actions 318 key = tuple(key) 350 return tuple( 484 varkey = tuple(sorted(avariants)) 490 varcetkeys = tuple(sorted(chain(afacets, avariants))) 541 tuple( [all...] |
H A D | misc.py | 568 """Returns a tuple of ({hash attribute name: hash value}, content) 569 or a tuple of (hash value, content) if hash_attrs has only one element. 577 second tuple value should contain the content of 'data' or 932 # update _struct_descriptions with a named tuple 955 # return the data in a named tuple 1036 EmptyI = tuple() 1422 """Generic table-based options parsing function. Returns a tuple 1432 The format of the list entries should be a tuple containing the 1437 the list entry is a tuple it must conform to the format oulined above. 1483 if type(entry) != tuple [all...] |
H A D | fmri.py | 178 """Return a tuple of offsets, used to extract different 528 def tuple(self): member in class:PkgFmri
|
H A D | version.py | 106 return hash(tuple(self)) 595 its components as a tuple of the form ((release, build_release,
|
/pkg/src/modules/client/ |
H A D | actuator.py | 332 params = tuple(suspend_fmris | tmp_suspend_fmris) 337 params = tuple(disable_fmris) 348 params = tuple(self.suspend_fmris | 395 params = tuple(refresh_fmris) 404 params = tuple(restart_fmris) 413 params = tuple(self.suspend_fmris) 417 params = tuple(self.tmp_suspend_fmris)
|
H A D | plandesc.py | 73 """A named tuple used to keep track of all the actions that will be 80 __state__desc = tuple([ 90 return pkg.misc.json_encode(_ActionPlan.__name__, tuple(obj), 388 the mediators. The first element in the tuple is the name of 389 the mediator. The second element is a tuple containing the 391 the mediator. The third element is a tuple containing the 496 execution. Each tuple is of the form (original_path, 505 """Returns a tuple of two lists containing the facet and 620 """This function returns a tuple of generators that yield tuples
|
H A D | options.py | 1339 if type(o) != tuple: 1381 if type(o) != tuple:
|
H A D | api_errors.py | 40 EmptyI = tuple() 1169 of a tuple of filename, expected_mode, received_mode.""" 2161 assert isinstance(uris, (list, tuple, set)) 2617 assert (isinstance(errors, (list, tuple, 2964 assert type(bundle) in [tuple, list, set] 2984 assert type(attach_bad_prop_value) in [tuple, list] 3414 assert (isinstance(errors, list) or isinstance(errors, tuple) or
|
H A D | api.py | 2355 This function returns a tuple of the format (rv, err) where rv 2384 is a tuple of the format (rv, err) where rv is a 2659 The returned value is a list of tuples where each tuple 3109 as a tuple of (pub_ranks, inc_stems, inc_vers, inst_stems, 3604 rids = tuple(sorted( 3704 fifth element of the return tuple. If False, that element will 3729 ver) tuple that is normally returned. 3797 pat_tuples[pat] = (pfmri.tuple(), matcher) 4119 mods = tuple( 4120 (k, tuple(sorte [all...] |
/pkg/src/modules/bundle/ |
H A D | __init__.py | 77 if type(data) == tuple:
|
H A D | SolarisPackageDatastreamBundle.py | 129 if type(data) != tuple:
|
/pkg/src/modules/flavor/ |
H A D | base.py | 305 return (tuple(self.full_paths)) 307 return (tuple(self.base_names), tuple(self.run_paths)) 391 the other items in the package which delivers it. A tuple of
|
H A D | python.py | 259 (tuple(m.get_file_names()), tuple(m.dirs))
|
H A D | depthlimitedmf.py | 391 (tuple(m.get_file_names()), tuple(m.dirs))
|
H A D | smf_manifest.py | 59 elif isinstance(path, tuple): 71 "tuple must be specified for 'path'.") 326 dep_manifests.add(tuple(manifests)) 376 """Returns a tuple of two dictionaries. The first maps the SMF FMRIs 389 return a tuple of None, None.
|
/pkg/src/util/publish/ |
H A D | pkgdiff.py | 269 def attrval(attrs, k, elide_iter=tuple()):
|
/pkg/src/tests/api/ |
H A D | t_dependencies.py | 1157 return ((os.path.basename(path),), tuple([ 1387 [tuple(sorted([ 1441 [tuple(sorted([ 1505 [tuple(sorted([ 2050 [tuple(sorted([
|
H A D | t_api_info.py | 261 self.assertEqual(res.states, tuple())
|
H A D | t_api_list.py | 309 pub, stem, ver = f.tuple() 326 pub, stem, ver = f.tuple()
|
H A D | t_catalog.py | 666 pub, stem, ver = f.tuple() 681 pub, stem, ver = f.tuple()
|
/pkg/src/modules/server/ |
H A D | api.py | 256 fifth element of the return tuple. If False, that element will 271 ver) tuple that is normally returned.""" 325 pub, name, version = f.tuple()
|
/pkg/src/modules/publish/ |
H A D | dependencies.py | 239 self.diff = variants.VCTDifference(tuple(diff.type_diffs), 240 tuple(diff.value_diffs)) 403 Returns a tuple of three lists. 1013 The 'lst' parameter is a list of tuples. The last item in each tuple 1014 must be a VariantCombination. The rest of each tuple is the "piece of 1091 # d is a tuple containing two items. d[0] is the action. d[1] 1468 'deps' is a list of tuples. Each tuple contains a dependency action and 1484 # d is a tuple containing two items. d[0] is the action. d[1] 1662 # of the tuple is the path to the manifest. The second is the name of
|