bundles / astropy latest / astropy / io / fits / header / _HeaderCommentaryCards / __setitem__
function
astropy.io.fits.header:_HeaderCommentaryCards.__setitem__
source: /astropy/io/fits/header.py :2208
Signature
def __setitem__ ( self , item , value ) Summary
Set the value of a specified commentary card or cards.
Extended Summary
Slice/filter updates work similarly to how Header.__setitem__ works.
Aliases
-
astropy.io.fits.header._HeaderCommentaryCards.__setitem__