bundles / astropy latest / astropy / io / fits / column / ColDefs / info
function
astropy.io.fits.column:ColDefs.info
source: /astropy/io/fits/column.py :1935
Signature
def info ( self , attrib = all , output = None ) Summary
Get attribute(s) information of the column definition.
Parameters
attrib: strCan be one or more of the attributes listed in
astropy.io.fits.column.KEYWORD_ATTRIBUTES. The default is"all"which will print out all attributes. It forgives plurals and blanks. If there are two or more attribute names, they must be separated by comma(s).output: file-like, optionalFile-like object to output to. Outputs to stdout by default. If
False, returns the attributes as adictinstead.
Notes
This function doesn't return anything by default; it just prints to stdout.
Aliases
-
astropy.io.fits.ColDefs.info