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#

tableslist of astropy.table.Table

The tables to format.

Returns#

formattedstr

Tables formatted into a string.