Searched refs:category_priority (Results 1 – 2 of 2) sorted by relevance
90 def category_priority(cls, category): member in SpecifierSorter94 return self.category_priority(self._specifier_to_category[specifier])136 …if len(set_by_category) == 1 and self._specifier_sorter.category_priority(category) > self._specif…
132 self.assertEqual(sorter.category_priority('version'), 0)133 self.assertEqual(sorter.category_priority('build_type'), 2)