Home
last modified time | relevance | path

Searched full:tabulate (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/
Drequirements-run-test.txt9 tabulate
/Zephyr-latest/scripts/footprint/
Dupload_data.py20 from tabulate import tabulate
148 table = tabulate(items, headers=['Component', 'Size'], tablefmt='orgtbl')
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py28 from tabulate import tabulate
30 print("Install tabulate python module with pip to use --device-testing option.")
234 print(tabulate(table, headers=header, tablefmt="github"))
475 print(tabulate(table, headers=header, tablefmt="github"))