bundles / astropy latest / astropy / io / fits / hdu / hdulist / HDUList / flush
function
astropy.io.fits.hdu.hdulist:HDUList.flush
source: /astropy/io/fits/hdu/hdulist.py :875
Signature
def flush ( self , output_verify = fix , verbose = False ) Summary
Force a write of the HDUList back to the file (for append and update modes only).
Parameters
output_verify: strOutput verification option. Must be one of
"fix","silentfix","ignore","warn", or"exception". May also be any combination of"fix"or"silentfix"with"+ignore",+warn, or+exception" (e.g. ``"fix+warn"). Seeastropy:verifyfor more info.verbose: boolWhen
True, print verbose messages
Aliases
-
astropy.io.fits.HDUList.flush