astropyTablesToStr¶
- lsst.daf.butler.cli.utils.astropyTablesToStr(tables: list[Table]) str¶
- Render astropy tables to string as they are displayed in the CLI. - Output formatting matches - printAstropyTables.- Parameters:
- tableslistofastropy.table.Table
- The tables to format. 
 
- tables
- Returns:
- formattedstr
- Tables formatted into a string. 
 
- formatted