Searched refs:comp_table (Results 1 – 1 of 1) sorted by relevance
463 print(comp_table.to_json())465 print(comp_table.to_csv())467 print(comp_table.to_markdown(index=False, stralign='center',484 comp_table = fill_prop_table(configurations, args.raw) variable485 if not comp_table.empty:486 print_table(comp_table, args.format)