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:
- tables
list
ofastropy.table.Table
The tables to format.
- tables
- Returns:
- formatted
str
Tables formatted into a string.
- formatted