Lines Matching refs:key
248 tokens = [fr"{key}\;{value}" for key, value in props.items()]
503 generic_partitions = {key: value for key, value in partitions.items()
504 if key not in pin_part_names}
505 pinned_partitions = {key: value for key, value in partitions.items()
506 if key in pin_part_names}
514 key=lambda x: (x[1][SZ], x[0]), reverse=True)
522 for key in partsorted:
523 print(" {0}: size {1}: {2}".format(key,
524 partsorted[key][SZ],
525 partsorted[key][SRC]))
529 key=lambda x: (x[1][SZ], x[0]), reverse=True)
536 for key in partsorted:
537 print(" {0}: size {1}: {2}".format(key,
538 partsorted[key][SZ],
539 partsorted[key][SRC]))