bundles / astropy 7.0.1 / astropy / io / fits / column / ColDefs
class
astropy.io.fits.column:ColDefs
source: /astropy/io/fits/column.py :1436
Signature
class ColDefs ( input , ascii = False ) Members
-
__add__ -
__copy__ -
__deepcopy__ -
__getattr__ -
__getitem__ -
__getnewargs__ -
__init__ -
__len__ -
__radd__ -
__repr__ -
__sub__ -
_copy_column -
_init_from_array -
_init_from_coldefs -
_init_from_sequence -
_init_from_table -
_update_column_attribute_changed -
add_col -
change_attrib -
change_name -
change_unit -
del_col -
info
Summary
Column definitions class.
Extended Summary
It has attributes corresponding to the Column attributes (e.g. ColDefs has the attribute names while Column has name). Each attribute in ColDefs is a list of corresponding attribute values from all Column objects.
Aliases
-
astropy.io.fits.ColDefs