Searched refs:sort_func (Results 1 – 1 of 1) sorted by relevance
217 def sort_func(item): function223 return sorted(value.items(), key=sort_func)255 def sort_func(item): function260 sort_func = None263 def sort_func(item, processor=sort_func or (lambda x: x)): function265 return sorted(value, key=sort_func, reverse=reverse)