Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:shortest_matches

1224     shortest_matches = None
1228 if shortest_matches is None:
1230 shortest_matches = self.ShortestUniquePrefixes(fl)
1232 prefix = shortest_matches[name]
1233 no_prefix = shortest_matches[no_name]
1500 shortest_matches = {}
1514 shortest_matches[curr] = curr[:max(prev_idx, curr_idx) + 1]
1519 shortest_matches[curr] = curr
1521 return shortest_matches