Searched refs:key_func (Results 1 - 4 of 4) sorted by relevance
/pkg/src/modules/actions/ | ||
H A D | depend.py | 414 def key_func(a): function in function:DependencyAction.pretty_print 454 key=key_func): |
/pkg/src/util/publish/ | ||
H A D | pkgfmt.py | 391 def key_func(a): function in function:write_line 465 for k, v in sorted(six.iteritems(sattrs), key=key_func): |
/pkg/src/modules/ | ||
H A D | catalog.py | 856 def key_func(item): function in function:CatalogPart.sort 876 ver_list.sort(key=key_func) 881 self.__data[pub][stem].sort(key=key_func) |
/pkg/src/modules/client/ | ||
H A D | imageplan.py | 4617 def key_func(a): function in function:ImagePlan.__merge_actions 4622 self.pd.pkg_plans.sort(key=key_func) |
Completed in 39 milliseconds