SerializedColumn¶
- class astropy.table.SerializedColumn[source]¶
Bases:
dict
Subclass of dict that is a used in the representation to contain the name (and possible other info) for a mixin attribute (either primary data or an array-like attribute) that is serialized as a column in the table.
Normally contains the single key
name
with the name of the column in the table.