bundles / astropy latest / astropy / io / fits / diff / _BaseDiff / __bool__
function
astropy.io.fits.diff:_BaseDiff.__bool__
source: /astropy/io/fits/diff.py :91
Signature
def __bool__ ( self ) Summary
A _BaseDiff object acts as True in a boolean context if the two objects compared are different. Otherwise it acts as False.
Aliases
-
astropy.io.fits.diff._BaseDiff.__bool__