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