bundles / astropy latest / astropy / io / fits / fitsrec / FITS_rec / __reduce__
function
astropy.io.fits.fitsrec:FITS_rec.__reduce__
source: /astropy/io/fits/fitsrec.py :195
Signature
def __reduce__ ( self ) Summary
Return a 3-tuple for pickling a FITS_rec. Use the super-class functionality but then add in a tuple of FITS_rec-specific values that get used in __setstate__.
Aliases
-
astropy.io.fits.FITS_rec.__reduce__