bundles / astropy 7.0.1 / astropy / io / fits / diff / _BaseDiff / __init__
function
astropy.io.fits.diff:_BaseDiff.__init__
source: /astropy/io/fits/diff.py :75
Signature
def __init__ ( self , a , b ) Summary
The _BaseDiff class does not implement a _diff method and should not be instantiated directly. Instead instantiate the appropriate subclass of _BaseDiff for the objects being compared (for example, use HeaderDiff to compare two Header objects.
Aliases
-
astropy.io.fits.diff._BaseDiff.__init__