printAstropyTables¶
- lsst.daf.butler.cli.utils.printAstropyTables(tables: list[Table]) None ¶
Print astropy tables to be displayed in the CLI.
Output formatting matches
astropyTablesToStr
.- Parameters:
- tables
list
ofastropy.table.Table
The tables to print.
- tables