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
listofastropy.table.Table The tables to print.
- tables