Searched defs:compare (Results 1 - 6 of 6) sorted by relevance

/pkg/src/modules/actions/
H A Dgroup.py236 def compare(self, other): member in class:GroupAction
H A Ddirectory.py53 def compare(self, other): member in class:DirectoryAction
H A Duser.py367 def compare(self, other): member in class:UserAction
H A Ddriver.py73 # compare, verify, etc.
92 def compare(self, other): member in class:DriverAction
H A Dgeneric.py409 def compare(self, other): member in class:Action
414 if self.compare(other) < 0: # often subclassed
422 if self.compare(other) > 0: # often subclassed
444 cmp_policy is CMP_ALL, compare using all attributes.
458 # If payload present, must also compare some
472 # if we should compare based on elf content
477 # available, compare based on elf
489 # allows it, then compare based
512 # and other, then we're trying to compare
517 "attempt to compare
[all...]
/pkg/src/util/publish/
H A Dpkgdiff.py243 def compare(a, b): function in function:main_func
266 diffs = sorted(diffs, key=cmp_to_key(compare))

Completed in 848 milliseconds