Home
last modified time | relevance | path

Searched refs:levelsCmp (Results 1 – 4 of 4) sorted by relevance

/dports/print/hplip/hplip-3.20.6/
H A Dlevels.py166 sorted_supplies.sort(key=utils.cmp_to_key(utils.levelsCmp))
/dports/print/hplip/hplip-3.20.6/ui4/
H A Ddevmgr5.py1503 self.cur_device.sorted_supplies.sort(key=utils.cmp_to_key(utils.levelsCmp))
/dports/print/hplip/hplip-3.20.6/ui5/
H A Ddevmgr5.py1548 self.cur_device.sorted_supplies.sort(key=utils.cmp_to_key(utils.levelsCmp))
/dports/print/hplip/hplip-3.20.6/base/
H A Dutils.py2397 def levelsCmp(x, y): function