BaseOutputter

class astropy.io.ascii.core.BaseOutputter [edit on github][source]

Bases: object

Output table as a dict of column objects keyed on column name. The table data are stored as plain python lists within the column objects.

Attributes Summary

converters

Attributes Documentation

converters = {}

Page Contents