Searched refs:different (Results 1 - 4 of 4) sorted by relevance
/pkg/src/util/publish/ |
H A D | pkgdiff.py | 190 error(_("Manifests support different variants " 234 if a is None or b is None or a.different(b, cmp_policy=cmp_policy) 301 different = False 305 different |= conditional_print("-", old) 307 different |= conditional_print("+", new) 353 different = True 362 return int(different)
|
/pkg/src/tests/api/ |
H A D | t_action.py | 286 if a.different(a2): 289 self.assertTrue(not a.different(a2)) 302 self.assertTrue(not a.different(a2)) 388 # If s2 is None, then s was a different signature 394 if a.different(a2): 397 self.assertTrue(not a.different(a2))
|
/pkg/src/modules/ |
H A D | manifest.py | 256 if odict[i].different(sdict[i], pkgplan=pkgplan, 287 pass cmp_policy=CMP_UNSIGNED through to Action.different(). 345 if m_dicts[i][k].different( 769 # If different excludes were specified, then look for pkg.facet 829 # If different excludes were specified, then look for 980 if glist[i].different(glist[i + 1]):
|
/pkg/src/modules/actions/ |
H A D | generic.py | 434 def different(self, other, pkgplan=None, cmp_policy=None): member in class:Action 436 self. By default, this means two actions are different if any 437 of their attributes are different. 448 # Comparing different action types. 507 # to treat these actions as different. 549 """Returns the attributes that have different values between
|
Completed in 899 milliseconds