{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / column / Column / __hash__

function

astropy.io.fits.column:Column.__hash__

source: /astropy/io/fits/column.py :748

Signature

def   __hash__ ( self )

Summary

Like __eq__, the hash of a column should be based on the unique column name and format, and be case-insensitive with respect to the column name.

Aliases

  • astropy.io.fits.Column.__hash__