bundles / astropy latest / astropy / io / fits / util / NotifierMixin / _notify
function
astropy.io.fits.util:NotifierMixin._notify
source: /astropy/io/fits/util.py :102
Signature
def _notify ( self , notification , * args , ** kwargs ) Summary
Notify all listeners of some particular state change by calling their _update_<notification> method with the given *args and **kwargs.
Extended Summary
The notification does not by default include the object that actually changed (self), but it certainly may if required.
Aliases
-
astropy.io.fits.column.NotifierMixin._notify