controller.utilities.tables.print_table

controller.utilities.tables.print_table(headers, rows, table_title)[source]
Parameters:
  • headers (List[str])

  • rows (List[List[str]])

  • table_title (str)

Return type:

None