SerializedColumn¶
-
class
astropy.table.SerializedColumn[source]¶ Bases:
dictSubclass 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
namewith the name of the column in the table.