Searched defs:compare (Results 1 - 6 of 6) sorted by relevance
/pkg/src/modules/actions/ |
H A D | group.py | 236 def compare(self, other): member in class:GroupAction
|
H A D | directory.py | 53 def compare(self, other): member in class:DirectoryAction
|
H A D | user.py | 367 def compare(self, other): member in class:UserAction
|
H A D | driver.py | 73 # compare, verify, etc. 92 def compare(self, other): member in class:DriverAction
|
H A D | generic.py | 409 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 D | pkgdiff.py | 243 def compare(a, b): function in function:main_func 266 diffs = sorted(diffs, key=cmp_to_key(compare))
|
Completed in 848 milliseconds